From: hickert Date: Tue, 25 Apr 2006 10:42:01 +0000 (+0000) Subject: Fixed printer type detection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d3f439b906784054b076356ce57ff7e2258982ba;p=gosa.git Fixed printer type detection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3106 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 965ee2e39..1a216b0bc 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -165,7 +165,7 @@ class printgeneric extends plugin }else{ $this->BelongsTo = "Terminal"; } - }elseif(isset($this->parent->by_object['printgeneric'])){ + }else{ $this->BelongsTo = "Printer"; }