2011-08-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_manager.php: fixed typo mistake. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4808 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
56aa12d8b2
commit
9e1cb72fc6
|
@ -1,3 +1,7 @@
|
|||
2011-08-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/agent_manager.php: fixed typo mistake.
|
||||
|
||||
2011-08-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_networkmap.php: Fixed a unecessary toLower
|
||||
|
|
|
@ -27,7 +27,7 @@ if (is_ajax ()) {
|
|||
|
||||
$filter = array ();
|
||||
|
||||
switch ($config['db_type']){
|
||||
switch ($config['dbtype']){
|
||||
case "mysql":
|
||||
case "postgresql":
|
||||
$filter[] = '(nombre COLLATE utf8_general_ci LIKE "%'.$string.'%" OR direccion LIKE "%'.$string.'%" OR comentarios LIKE "%'.$string.'%")';
|
||||
|
|
Loading…
Reference in New Issue