forked from extern/egroupware
"addressbook.so_ldap --> addressbook.addressbook_ldap"
This commit is contained in:
parent
2a88bd0fab
commit
1580ece9b7
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user