diff --git a/lam-0.4/HISTORY b/lam-0.4/HISTORY index 6fd305c4..fd999ae8 100644 --- a/lam-0.4/HISTORY +++ b/lam-0.4/HISTORY @@ -1,3 +1,8 @@ + + - fixed bugs: + fixed error messages when moving an user account + + 26.01.2005 0.4.8 - allow "%" at the beginning of Samba home/profile path (1107998) - fixed bugs: diff --git a/lam-0.4/lib/account.inc b/lam-0.4/lib/account.inc index d2efee5f..aff5f846 100644 --- a/lam-0.4/lib/account.inc +++ b/lam-0.4/lib/account.inc @@ -1904,7 +1904,7 @@ function modifyuser($values,$values_old,$uselamdaemon=true) { // Will modify the $i=0; for ($i=0; $igeneral_username) unset ($_SESSION['groupDN'][$dn]['memberUid'][$i]); - $_SESSION['groupDN'][$dn]['memberUid'][$i] = array_values($_SESSION['groupDN'][$dn]['memberUid'][$i]); + $_SESSION['groupDN'][$dn]['memberUid'][$i] = array_values($_SESSION['groupDN'][$dn]['memberUid']); } } }