Code

Updating spanish translation for gosa 2.5
[gosa.git] / include / class_config.inc
index 270f1e2565c7f5484e10308ce47d45a1a1805a40..d783fc41cc4baee05cc7564e69629f3061f3bf3a 100644 (file)
@@ -231,6 +231,9 @@ class config  {
     if (!isset($this->current['PEOPLE'])){
       $this->current['PEOPLE']= "ou=people";
     }
+    if (!isset($this->current['SAMBAVERSION'])){
+      $this->current['SAMBAVERSION']= 3;
+    }
     if (!isset($this->current['GROUPS'])){
       $this->current['GROUPS']= "ou=groups";
     }