From: hickert Date: Fri, 10 Feb 2006 10:12:09 +0000 (+0000) Subject: Removed labeledUri = labeledURI fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=436e6350869f2e761f29bf7ef08f0693bdce1eec;p=gosa.git Removed labeledUri = labeledURI fix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2656 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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.