From: hickert Date: Tue, 28 Jun 2005 07:51:59 +0000 (+0000) Subject: schema errors while startup, in only one print_red X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6062413afe9f540d270b8d1bf07bf4ba104255b3;p=gosa.git 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 --- 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(); }