From a29bb848caee9ec9ffcb4e2922496a8c1abd7fbc Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 28 Jun 2005 07:46:33 +0000 Subject: [PATCH] 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 --- html/index.php | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.30.2