From 436e6350869f2e761f29bf7ef08f0693bdce1eec Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Feb 2006 10:12:09 +0000 Subject: [PATCH] Removed labeledUri = labeledURI fix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2656 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_printGeneric.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 69c065006..b06b878c2 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -155,13 +155,6 @@ class printgeneric extends plugin } } - /* This attributes is sometimes written with Uri instead of URI - In RFC 2079 it is defined with URI ... - */ - if(isset($this->attrs['labeledUri'])){ - $this->labeledURI = $this->attrs['labeledUri'][0]; - } - /* 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. -- 2.30.2