From: hickert Date: Mon, 24 Apr 2006 09:33:29 +0000 (+0000) Subject: Schema check updated X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=925622e5205bcaa90f8c28e79e223b739726303c;p=gosa.git Schema check updated git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3088 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_setup.inc b/include/functions_setup.inc index 2a1551304..d800479f5 100644 --- a/include/functions_setup.inc +++ b/include/functions_setup.inc @@ -78,8 +78,8 @@ function schema_check($server, $admin, $password, $aff=0,$CalledByIndexPhP=false "gosaApplication" => array("version" => "2.4", "class" => "appgroup","file" => "gosa.schema"), "gosaApplicationGroup" => array("version" => "2.4", "class" => "appgroup","file" => "gosa.schema"), - "GOhard" => array("version" => "2.4", "class" => "terminals","file" => "goto.schema"), - "gotoTerminal" => array("version" => "2.0", "class" => "terminals","file" => "goto.schema"), + "GOhard" => array("version" => "2.5", "class" => "terminals","file" => "goto.schema"), + "gotoTerminal" => array("version" => "2.5", "class" => "terminals","file" => "goto.schema"), "goServer" => array("version" => "2.4","class" => "server","file" => "goserver.schema"), "goTerminalServer" => array("version" => "2.4", "class" => "terminals","file" => "goto.schema"), "goShareServer" => array("version" => "2.4", "class" => "terminals","file" => "goto.schema"),