From 98fa964b893dc2d6b66d7d525576f0dbcce570e6 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 14 Jun 2009 12:31:51 +0000 Subject: [PATCH] removed obsolete comment --- lam/templates/delete.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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