summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5d1470)
raw | patch | inline | side by side (parent: a5d1470)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Jul 2006 11:46:28 +0000 (11:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Jul 2006 11:46:28 +0000 (11:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4237 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 d19ecd245b046267780bd0531a81585268e0a9de..dd7cf2e30bf8b2035252c405160e13a04415fc24 100644 (file)
/* Append printer group
*/
- $this->attrs['gotoGroupPrinter'][] = array();
+ $this->attrs['gotoGroupPrinter'] = array();
foreach($this->member['AddGroup'] as $mem){
$this->attrs['gotoGroupPrinter'][]=$mem['cn'][0];
}