mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-13 03:23:34 +00:00
No dependence on DAViCalUser.php is needed any longer.
This commit is contained in:
parent
93e3c4338e
commit
c90faa12ba
@ -347,7 +347,6 @@ function sync_LDAP(){
|
||||
$db_users[] = $db_user['username'];
|
||||
$db_users_info[$db_user['username']] = array('user_no' => $db_user['user_no'], 'updated' => $db_user['updated']);
|
||||
}
|
||||
require_once("DAViCalUser.php");
|
||||
|
||||
$ldap_users = array_keys($ldap_users_info);
|
||||
// users only in ldap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user