From 018cfb507bcc9bb0290307fae9ad245a8ba7fd2e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 5 Feb 2008 18:27:25 +0000 Subject: [PATCH] $_POST is no longer used in display_html_delete() --- lam/templates/delete.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/delete.php b/lam/templates/delete.php index 9d9640d9..bc1815d1 100644 --- a/lam/templates/delete.php +++ b/lam/templates/delete.php @@ -4,7 +4,7 @@ This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam) Copyright (C) 2003 - 2006 Tilo Lutz - Copyright (C) 2007 Roland Gruber + Copyright (C) 2007 - 2008 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -109,7 +109,7 @@ if (isset($_GET['type']) && isset($_SESSION['delete_dn'])) { $tabindexLink = 1000; foreach ($modules as $module) { $module = new $module($_GET['type']); - parseHtml(get_class($module), $module->display_html_delete($_POST), $values, true, $tabindex, $tabindexLink, $_GET['type']); + parseHtml(get_class($module), $module->display_html_delete(), $values, true, $tabindex, $tabindexLink, $_GET['type']); } echo "\n"; echo "
\n";