Code

Fixed labeledURI / Uri problem
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Feb 2006 06:17:35 +0000 (06:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Feb 2006 06:17:35 +0000 (06:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2617 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_printGeneric.inc

index 95d2a983c63cc854a0604697e84f23c1ea29612e..c5717286fdf41c59e55c08d9920e93ebdc680061 100644 (file)
@@ -155,6 +155,13 @@ 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.