Code

schemaname for missing objektclass in setup inserted
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 May 2005 07:44:29 +0000 (07:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 May 2005 07:44:29 +0000 (07:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@195 594d385d-05f5-0310-b6e9-bd551577e9d8

include/setup_checks.inc

index 1e496df475190c43f8da262e0dd33b535e8e2098..cc57dc45f022f44ffe28d29c5189450748eea3ad 100644 (file)
@@ -178,7 +178,7 @@ function schema_check($server, $admin, $password,$aff=0)
     $messages['kolab']= _("Support for <b>Kolab</b> disabled, no schema seems to be installed, setting mail-method to cyrus");
     $tmp = array_flip($_SESSION['ldapconf']['mail_methods']);
     $_SESSION['ldapconf']['mail']=$tmp['cyrus'];
-    $affich['kolab']=$messages['kolab']."<td class=\"check\"></td>";
+    $affich['kolab']=$messages['kolab']."<td class=\"check\">kolab2.schema</td>";
   }else{$affich['kolab']=_("Support for <b>Kolab</b> enabled<td class=\"check\">gofon.schema</td>");}