auf neue datenbankklasse umgeschrieben

This commit is contained in:
Karl Burkhart
2012-07-20 07:50:51 +00:00
parent b2e9160dca
commit 4e37714bcf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ class benutzer extends person
foreach($searchItems as $value)
{
$qry.=" OR lower(uid) = lower('".addslashes($value)."')";
$qry.=" OR lower(uid) = lower(".$this->db_add_param($value).")";
}
$qry.=")) a ORDER BY nachname, vorname";