summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ffdd2d5)
raw | patch | inline | side by side (parent: ffdd2d5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 May 2007 13:07:30 +0000 (13:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 May 2007 13:07:30 +0000 (13:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6388 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/applications/class_applicationManagement.inc | patch | blob | history |
diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc
index b54f526179c3196c46b8cabe2ff3d42aaa3946f2..3c23e835e4468356beed4a016d356da94c313ddf 100644 (file)
add_lock ($this->dn, $this->ui->dn);
$smarty= get_smarty();
$smarty->assign("intro", sprintf(_("You're about to delete the application '%s'."), @LDAP::fix($this->dn)));
+ $smarty->assign("multiple", false);
return($smarty->fetch (get_template_path('remove.tpl', TRUE)));
} else {