2009-03-25 Evi Vanoost <vanooste@rcbi.rochester.edu>
* operation/incidents/incident.php: Fixed small issue git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1566 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0e884091d8
commit
aceefd6615
|
@ -1,3 +1,7 @@
|
|||
2009-03-25 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* operation/incidents/incident.php: Fixed small issue
|
||||
|
||||
2009-03-25 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* estado_agente.php: Correct agent down status bug. Added search
|
||||
|
|
|
@ -127,7 +127,7 @@ $texto = (string) get_parameter ("texto", "");
|
|||
if ($texto != "")
|
||||
$filter .= sprintf (" AND (titulo LIKE '%%%s%%' OR descripcion LIKE '%%%s%%')", $texto, $texto);
|
||||
|
||||
$usuario = (string) get_parameter ("usuario", "All");
|
||||
$usuario = (string) get_parameter ("usuario", "");
|
||||
if ($usuario != "")
|
||||
$filter .= sprintf (" AND id_usuario = '%s'", $usuario);
|
||||
|
||||
|
|
Loading…
Reference in New Issue