"addressbook.so_ldap --> addressbook.addressbook_ldap"

This commit is contained in:
Ralf Becker 2008-05-23 05:48:05 +00:00
parent 2a88bd0fab
commit 1580ece9b7

View File

@ -425,7 +425,7 @@ class addressbook_so
// which need to be the account_lid for accounts! // which need to be the account_lid for accounts!
$contact['id'] = $GLOBALS['egw']->accounts->id2name($contact['account_id']); $contact['id'] = $GLOBALS['egw']->accounts->id2name($contact['account_id']);
} }
ExecMethod('addressbook.so_ldap.delete',$contact); ExecMethod('addressbook.addressbook_ldap.delete',$contact);
} }
return true; return true;
} }
@ -475,7 +475,7 @@ class addressbook_so
// which need to be the account_lid for accounts! // which need to be the account_lid for accounts!
$data['id'] = $GLOBALS['egw']->accounts->id2name($contact['account_id']); $data['id'] = $GLOBALS['egw']->accounts->id2name($contact['account_id']);
} }
ExecMethod('addressbook.so_ldap.save',$data); ExecMethod('addressbook.addressbook_ldap.save',$data);
} }
} }
} }