diff --git a/lam/templates/delete.php b/lam/templates/delete.php index 67fdcc76..f6fc928f 100644 --- a/lam/templates/delete.php +++ b/lam/templates/delete.php @@ -159,7 +159,7 @@ if ($_POST['delete']) { break; } } - } + } if (!$stopprocessing) { // load attributes foreach ($moduleNames as $singlemodule) { @@ -168,7 +168,6 @@ if ($_POST['delete']) { if (is_array($temp)) { // merge changes $DNs = array_keys($temp); - // *** fixme don't include references $attributes = array_merge_recursive($temp, $attributes); for ($i=0; $i