mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Bugfix: include/person.class.php->getTab was not filtering the UID
This commit is contained in:
@@ -574,7 +574,7 @@ class person extends basis_db
|
||||
UPPER (vorname || ' ' || nachname) ~* UPPER(".$this->db_add_param($filter).") OR
|
||||
UPPER (nachname || ' ' || wahlname) ~* UPPER(".$this->db_add_param($filter).") OR
|
||||
UPPER (wahlname || ' ' || nachname) ~* UPPER(".$this->db_add_param($filter).") OR
|
||||
uid=".$this->db_add_param($filter);
|
||||
uid ~* ".$this->db_add_param($filter);
|
||||
}
|
||||
|
||||
$sqlQuery .= " ORDER BY $order";
|
||||
|
||||
Reference in New Issue
Block a user