fixed issue with delete all
This commit is contained in:
parent
42bca3db59
commit
fe913bd5bf
|
@ -632,6 +632,9 @@ class lamList {
|
|||
// build DN list
|
||||
$_SESSION['delete_dn'] = array();
|
||||
for ($i = 0; $i < sizeof($accounts); $i++) {
|
||||
if ($accounts[$i] == 'tableSelectAll') {
|
||||
continue;
|
||||
}
|
||||
$_SESSION['delete_dn'][] = base64_decode($accounts[$i]);
|
||||
}
|
||||
if (sizeof($accounts) > 0) {
|
||||
|
|
Loading…
Reference in New Issue