diff --git a/phpgwapi/setup/tables_update_1_2.inc.php b/phpgwapi/setup/tables_update_1_2.inc.php index 35f26941ca..cc4fb4da40 100644 --- a/phpgwapi/setup/tables_update_1_2.inc.php +++ b/phpgwapi/setup/tables_update_1_2.inc.php @@ -403,7 +403,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