mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-12 17:49:28 +00:00
Kleine SQL Korrektur in Funktion search
This commit is contained in:
@@ -572,7 +572,7 @@ class organisationseinheit extends basis_db
|
||||
foreach($searchItem as $value)
|
||||
{
|
||||
$qry.=' OR (LOWER(oe_kurzbz)=LOWER('.$this->db_add_param($value).'))
|
||||
OR (LOWER(bezeichnung)=LOWER('.$this->db_add_param($value).'))';
|
||||
OR (LOWER(bezeichnung) LIKE LOWER(\'%'.$value.'%\'))';
|
||||
}
|
||||
$qry.= ' ORDER BY organisationseinheittyp_kurzbz, bezeichnung;';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user