summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b32fb7a)
raw | patch | inline | side by side (parent: b32fb7a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 18 Sep 2009 08:45:26 +0000 (08:45 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 18 Sep 2009 08:45:26 +0000 (08:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14292 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_config.inc | patch | blob | history |
index 6dd0527b8a45e7755245a8970ae7d97ea7a8e744..6c7ed800886425a698dddb83c975506dbbee6d72 100644 (file)
function parse($filename)
{
-
$this->data = array(
"TABS" => array(),
"LOCATIONS" => array(),
msg_dialog::display(_("Configuration error"), $msg, FATAL_ERROR_DIALOG);
exit;
}
+
+ // Default schemacheck to "true"
+ if(!isset($this->data['MAIN']['SCHEMACHECK'])){
+ $this->data['MAIN']['SCHEMACHECK'] = "true";
+ }
}
function tag_open($parser, $tag, $attrs)