Minor Changes
This commit is contained in:
parent
3e612db836
commit
68ef9077a2
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ class abook_database extends addressbook_backend {
|
|||
$this->table, $this->owner);
|
||||
|
||||
$sepstr = '';
|
||||
foreach($alis as $undef => $nickname) {
|
||||
foreach($alias as $undef => $nickname) {
|
||||
$query .= sprintf("%s nickname='%s' ", $sepstr,
|
||||
$this->dbh->quoteString($nickname));
|
||||
$sepstr = 'OR';
|
||||
|
|
Loading…
Reference in a new issue