From 3c28061855b3273bee1186e7db8e505a4ac08ec4 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 31 Aug 2010 08:00:30 +0000 Subject: [PATCH] 2010-08-31 Sergio Martin * operation/search_users.php: Added the id_user field to the search in the main search git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3195 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/search_users.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e78a5d6ac4..8c88dfedaf 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-08-31 Sergio Martin + + * operation/search_users.php: Added the id_user field + to the search in the main search + 2010-08-31 Sergio Martin * operation/search_agents.php diff --git a/pandora_console/operation/search_users.php b/pandora_console/operation/search_users.php index 3736054b76..9dc19712ce 100755 --- a/pandora_console/operation/search_users.php +++ b/pandora_console/operation/search_users.php @@ -120,6 +120,7 @@ $users = false; if ($searchUsers) { $sql = "SELECT id_user, fullname, firstname, lastname, middlename, email, last_connect, is_admin, comments FROM tusuario WHERE fullname LIKE '%" . $stringSearchSQL . "%' OR + id_user LIKE '%" . $stringSearchSQL . "%' OR firstname LIKE '%" . $stringSearchSQL . "%' OR lastname LIKE '%" . $stringSearchSQL . "%' OR middlename LIKE '%" . $stringSearchSQL . "%' OR