Code

Moved from config_version to configVersion
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Sep 2008 09:15:57 +0000 (09:15 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Sep 2008 09:15:57 +0000 (09:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12390 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/FAQ
gosa-core/contrib/gosa.conf
gosa-core/contrib/gosa.conf.5
gosa-core/include/class_config.inc

index c3cb64a59a59e21a78e37e3a7a48d52c81e4576a..f2853762560cb6173dd80547db79b1bd6919dc5e 100644 (file)
@@ -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:
-   <conf config_version="" >
+   <conf configVersion="" >
 
 
 Q: I've shredded my access control and am not able to do anything from now on. Is there
index 25f59f696a6d2b4d2996b7eb207c9c7365efbe9d..7e4d9ad06ee244ceb7976862163b1c8a4c22e2c0 100644 (file)
@@ -1,5 +1,5 @@
 {literal}<?xml version="1.0"?>{/literal}
-<conf config_version="{$config_checksum}" >
+<conf configVersion="{$config_checksum}" >
 
   <!-- GOsa menu definition **************************************************
 
index 3662b5c0fb84716c6941f0edfc863e5e900d31e8..cad7728175fc15e3a2251ee1f8afe52205eaac75 100644 (file)
@@ -27,7 +27,7 @@ information about several locations.
 .nf
   <?xml version="1.0"?>
   
-  <conf config_version="...." >
+  <conf configVersion="...." >
     <!-- Menu definition -->
     <menu>
     ...
index ad109f53492a91a49ca0473ac76dd89612c6d9b6..d997499044573ea5ae6be8f7aa8282cb38d28703 100644 (file)
@@ -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'];
       }
     }