From: hickert Date: Tue, 28 Jun 2005 07:46:33 +0000 (+0000) Subject: startup schema check also displays the first error now X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a29bb848caee9ec9ffcb4e2922496a8c1abd7fbc;p=gosa.git startup schema check also displays the first error now git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@887 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 1aac30891..c922ca851 100644 --- a/html/index.php +++ b/html/index.php @@ -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();