summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 246b37e)
raw | patch | inline | side by side (parent: 246b37e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Feb 2006 10:12:09 +0000 (10:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Feb 2006 10:12:09 +0000 (10:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2656 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 69c065006ad2a54c2ea71be444be2e2e281a44f0..b06b878c2fc5b667d01ac3a67d2b1eae7d23132d 100644 (file)
}
}
- /* 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.