Code

startup schema check also displays the first error now
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Jun 2005 07:46:33 +0000 (07:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Jun 2005 07:46:33 +0000 (07:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@887 594d385d-05f5-0310-b6e9-bd551577e9d8

html/index.php

index 1aac30891708b74512a1f880c3cf0802f42e1b93..c922ca851b8dd7a6d677df47b4cf00b2ef6317d2 100644 (file)
@@ -153,6 +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 $_SESSION['errors'];
         exit();