From 1772ca14a749b42687e58f1b23253f14baa158fb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 31 May 2010 18:15:41 +0000 Subject: [PATCH] display abstract DNs --- lam/templates/ou_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/ou_edit.php b/lam/templates/ou_edit.php index ee046b54..3b3ead2f 100644 --- a/lam/templates/ou_edit.php +++ b/lam/templates/ou_edit.php @@ -104,7 +104,7 @@ if (isset($_POST['createOU']) || isset($_POST['deleteOU'])) { include 'main_header.php'; echo "
\n" . "

" . _("Do you really want to delete this OU?") . " " . "\n" . - "
\n

" . $_POST['deleteableOU'] . "

\n" . + "
\n

" . getAbstractDN($_POST['deleteableOU']) . "

\n" . "
\n" . "
\n" . "\n" . @@ -153,7 +153,7 @@ function display_main($message, $error) { $options .= "\n"; $units = $_SESSION['ldap']->search_units($_SESSION["config"]->get_Suffix($name)); for ($u = 0; $u < sizeof($units); $u++) { - $options .= "\n"; + $options .= "\n"; } $options .= "\n"; }