Fixed module search in oracle (now it is true)

This commit is contained in:
Arturo Gonzalez Diaz 2015-10-19 15:32:39 +02:00
parent 102375d377
commit 98c8b30b52

View File

@ -175,8 +175,8 @@ if ($searchModules) {
) )
) )
) AND ) AND
(t1.nombre LIKE \'%' . strtolower($stringSearchSQL) . '%\' OR (LOWER(t1.nombre) LIKE \'%' . strtolower($stringSearchSQL) . '%\' OR
t3.nombre LIKE \'%' . strtolower($stringSearchSQL) . '%\')'; LOWER(t3.nombre) LIKE \'%' . strtolower($stringSearchSQL) . '%\')';
break; break;
} }