Code

summary added
[gosa.git] / plugins / admin / systems / class_terminalStartup.inc
index 3e2af4bfe464b646e2cc0eb2f542aa0acbb661b0..5c7ae2aa8b099592dcc4e3235da1731cf7ed807b 100644 (file)
@@ -24,7 +24,7 @@ class termstartup extends plugin
   /* Helper */
   var $customParameters= "";
   var $orig_dn= "";
-
+  var $ignore_account= TRUE;
 
   function termstartup ($config, $dn= NULL)
   {
@@ -244,6 +244,7 @@ class termstartup extends plugin
     /* Add missing arrays */
     foreach (array("gotoFilesystem", "gotoAutoFs", "gotoModules") as $val){
       if (isset ($this->$val) && count ($this->$val) != 0){
+    
         $this->attrs["$val"]= array_unique($this->$val);
       }
     }