diff --git a/api/src/Contacts/Storage.php b/api/src/Contacts/Storage.php index ea007a29e8..94b4bb877b 100755 --- a/api/src/Contacts/Storage.php +++ b/api/src/Contacts/Storage.php @@ -959,6 +959,7 @@ class Storage { $contact = $ldap_contacts->read($contact['id']); } + $old_contact_id = $contact['id']; unset($contact['id']); // ldap uid/account_lid if ($contact['account_id'] && ($old = $sql_contacts->read(array('account_id' => $contact['account_id'])))) { @@ -971,7 +972,25 @@ class Storage { echo '
'.$n.': '.$contact['n_fn']. ($contact['org_name'] ? ' ('.$contact['org_name'].')' : '')." --> SQL (". - ($contact['owner']?lang('User'):lang('Contact')).")
\n"; + ($contact['owner']?lang('User'):lang('Contact')).")