From 6062413afe9f540d270b8d1bf07bf4ba104255b3 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 28 Jun 2005 07:51:59 +0000 Subject: [PATCH] schema errors while startup, in only one print_red git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@888 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index c922ca851..ef3a213d7 100644 --- a/html/index.php +++ b/html/index.php @@ -153,8 +153,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST"){ $checkarr = array(); foreach($str as $tr){ if(isset($tr['needonstartup'])){ - print_red(_($tr['msg'])); - print_red(_("Your ldap setup contains old schema definitions. Please re-run the setup.")); + print_red($tr['msg']."
"._("Your ldap setup contains old schema definitions. Please re-run the setup.")); print $_SESSION['errors']; exit(); } -- 2.30.2