Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / tabs_printers.inc
index 92c9fbb33ec0c9f141e807acb8f118fec3ac1859..92963d6b01f430715fe9a63851ef06ea13e9fef6 100644 (file)
@@ -15,7 +15,7 @@ class printtabs extends tabs
     foreach ($data as $tab){
       $this->by_name[$tab['CLASS']]= $tab['NAME'];
 
-      if ($baseobject == NULL){
+      if ($baseobject === NULL){
         $baseobject= new $tab['CLASS']($this->config, $this->dn,NULL,$this);
         $this->by_object[$tab['CLASS']]= $baseobject;
       } else {
@@ -41,7 +41,7 @@ class printtabs extends tabs
   }
 
 
-  function save()
+  function save($ignore_account= FALSE)
   {
     /* Check for new 'dn', in order to propagate the
        'dn' to all plugins */