summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29e8de8)
raw | patch | inline | side by side (parent: 29e8de8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Mar 2006 07:17:42 +0000 (07:17 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Mar 2006 07:17:42 +0000 (07:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2903 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 2e04c083e15747cee4ee20a7dfb1a7904878f170..3918b6687622aa394157fa3f49f208bb471ae39d 100644 (file)
var $baseSelection = false;
/* attribute list for save action */
- var $attributes = array("cn", "description", "l", "labeledURI", "gotoPrinterPPD","gotoUserPrinter");
+ var $attributes = array("cn", "description", "l", "labeledURI", "gotoPrinterPPD","gotoUserPrinter", "macAddress");
var $objectclasses = array("top", "gotoPrinter");
function printgeneric ($config, $dn= NULL)