Code

Fixed save problem when no kolab object is present
[gosa.git] / plugins / admin / systems / class_workstationGeneric.inc
index cf4ce53b951cd6671b40c061ece823d93af1ff9f..cf9c8b9d25ac26ee51719b540bf142aff3472b7e 100644 (file)
@@ -28,7 +28,6 @@ class workgeneric extends plugin
   var $ghSoundAdapter= "-";
   var $gotoLastUser= "-";
 
-
   /* Needed values and lists */
   var $base= "";
   var $cn= "";
@@ -38,6 +37,7 @@ class workgeneric extends plugin
   var $modes= array();
 
   /* attribute list for save action */
+  var $ignore_account= TRUE;
   var $attributes= array("gotoMode", "gotoTerminalPath", "macAddress",
       "gotoSwapServer", "gotoSyslogServer", "gotoNtpServer",
       "gotoFloppyEnable", "gotoCdromEnable", "cn", "gotoSndModule",