Code

schema errors while startup, in only one print_red
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Jun 2005 07:51:59 +0000 (07:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Jun 2005 07:51:59 +0000 (07:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@888 594d385d-05f5-0310-b6e9-bd551577e9d8

html/index.php

index c922ca851b8dd7a6d677df47b4cf00b2ef6317d2..ef3a213d70faa0406190061c2ad65550d549a725 100644 (file)
@@ -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']."<br>"._("Your ldap setup contains old schema definitions. Please re-run the setup."));
         print $_SESSION['errors'];
         exit();
       }