summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d97e9cf)
raw | patch | inline | side by side (parent: d97e9cf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Oct 2005 06:12:26 +0000 (06:12 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc
index e75ad359bd287bc676deb0eb691bb604c7d0343d..faa4015619d3af546d9da1caaf0bc1d5ec1c8e77 100644 (file)
}
}
-
-
+ /* 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()