mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-04 04:10:17 +00:00
D'oh!
This commit is contained in:
parent
3075fddd70
commit
eb77858c5b
@ -383,7 +383,7 @@ function sync_LDAP(){
|
||||
$i = 0;
|
||||
foreach( $users_to_deactivate AS $v ) {
|
||||
if ( isset($c->do_not_sync_from_ldap) && isset($c->do_not_sync_from_ldap[$v]) ) continue;
|
||||
$usr_in .= ($usr_in == '' ? '' : ', :u') . $i;
|
||||
$usr_in .= ($usr_in == '' ? '' : ', ') . ':u'.$i;
|
||||
$params[':u'.$i] = strtolower($v);
|
||||
$i++;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user