mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed module search in oracle (now it is true)
This commit is contained in:
parent
102375d377
commit
98c8b30b52
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user