diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8c88dfedaf..5f6cee88ac 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-08-31 Sergio Martin + + * operation/search_maps.php: Fixed the group icon + in the maps search view + 2010-08-31 Sergio Martin * operation/search_users.php: Added the id_user field diff --git a/pandora_console/operation/search_maps.php b/pandora_console/operation/search_maps.php index b1338f6f7e..e9842c29ca 100755 --- a/pandora_console/operation/search_maps.php +++ b/pandora_console/operation/search_maps.php @@ -70,7 +70,7 @@ else { array_push($table->data, array( "" . $map['name'] . "", - print_group_icon ($layout["id_group"], true) . " " . get_group_name ($layout["id_group"]), + print_group_icon ($map["id_group"], true), $map['count'] )); }