mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixed sql syntax error
This commit is contained in:
parent
f1bc6ab712
commit
7cbd5df48d
@ -410,7 +410,7 @@
|
||||
{
|
||||
$db2->update('egw_addressbook',array($old2new[$row['contact_name']] => $row['contact_value']),array(
|
||||
'contact_id' => $row['contact_id'],
|
||||
'('.$old2new[$row['contact_name']].'IS NULL OR '.$old2new[$row['contact_name']]."='')",
|
||||
'('.$old2new[$row['contact_name']].' IS NULL OR '.$old2new[$row['contact_name']]."='')",
|
||||
),__LINE__,__FILE__);
|
||||
}
|
||||
// delete the not longer used custom fields plus rubish from old bugs
|
||||
|
Loading…
Reference in New Issue
Block a user