2010-08-31 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2010-08-31 08:00:30 +00:00
parent bc867b9ac5
commit 3c28061855
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-08-31 Sergio Martin <sergio.martin@artica.es>
* operation/search_users.php: Added the id_user field
to the search in the main search
2010-08-31 Sergio Martin <sergio.martin@artica.es>
* operation/search_agents.php

View File

@ -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