From 7d6175bd4bf63da17e7a837bf9c4e26e403b47ec Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 31 Aug 2010 08:08:29 +0000 Subject: [PATCH] 2010-08-31 Sergio Martin * operation/search_maps.php: Fixed the group icon in the maps search view git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3196 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/search_maps.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'] )); }