summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a29bb84)
raw | patch | inline | side by side (parent: a29bb84)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 07:51:59 +0000 (07:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 07:51:59 +0000 (07:51 +0000) |
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index c922ca851b8dd7a6d677df47b4cf00b2ef6317d2..ef3a213d70faa0406190061c2ad65550d549a725 100644 (file)
--- a/html/index.php
+++ b/html/index.php
$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();
}