Code

New printers wasn't saved
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Oct 2005 06:12:26 +0000 (06:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Oct 2005 06:12:26 +0000 (06:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1645 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_printGeneric.inc

index e75ad359bd287bc676deb0eb691bb604c7d0343d..faa4015619d3af546d9da1caaf0bc1d5ec1c8e77 100644 (file)
@@ -145,8 +145,13 @@ class printgeneric extends plugin
       }
     }
 
-
-
+    /* A printer was only saved if the printer belongs to a workstation. 
+     * If there was a new single printer created, it was never saved.
+     * -This allows new printers to be saved.
+     */
+    if($this->dn == "new"){
+      $this->is_account = true;
+    }
   }
 
   function execute()