From: cajus Date: Wed, 10 Sep 2008 09:15:57 +0000 (+0000) Subject: Moved from config_version to configVersion X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be705b7e7a3fd35d2232ba478ab3b3bb0dacaddf;p=gosa.git Moved from config_version to configVersion git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12390 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/FAQ b/gosa-core/FAQ index c3cb64a59..f28537625 100644 --- a/gosa-core/FAQ +++ b/gosa-core/FAQ @@ -416,7 +416,7 @@ Q: I want to disable the "Is the configuration file up to date?" check when logg How can I disable this check? A: Just set the config_version attribute to an empty value: - + Q: I've shredded my access control and am not able to do anything from now on. Is there diff --git a/gosa-core/contrib/gosa.conf b/gosa-core/contrib/gosa.conf index 25f59f696..7e4d9ad06 100644 --- a/gosa-core/contrib/gosa.conf +++ b/gosa-core/contrib/gosa.conf @@ -1,5 +1,5 @@ {literal}{/literal} - + ... diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index ad109f534..d99749904 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -138,7 +138,7 @@ class config { if ($tag == 'CONF'){ $this->config_found= TRUE; if(isset($attrs['CONFIG_VERSION'])){ - $this->config_version = $attrs['CONFIG_VERSION']; + $this->config_version = $attrs['CONFIGVERSION']; } }