mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fixed sql syntax error
This commit is contained in:
parent
7b6a1013fc
commit
cd18e2cd87
@ -403,7 +403,7 @@
|
|||||||
{
|
{
|
||||||
$db2->update('egw_addressbook',array($old2new[$row['contact_name']] => $row['contact_value']),array(
|
$db2->update('egw_addressbook',array($old2new[$row['contact_name']] => $row['contact_value']),array(
|
||||||
'contact_id' => $row['contact_id'],
|
'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__);
|
),__LINE__,__FILE__);
|
||||||
}
|
}
|
||||||
// delete the not longer used custom fields plus rubish from old bugs
|
// delete the not longer used custom fields plus rubish from old bugs
|
||||||
|
Loading…
Reference in New Issue
Block a user