summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94a9b05)
raw | patch | inline | side by side (parent: 94a9b05)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 May 2011 11:08:04 +0000 (11:08 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 May 2011 11:08:04 +0000 (11:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@20898 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc b/trunk/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc
index 3f5364e1eaa434f759f645d363ffaba8897f5a56..9ee0295019e24998f9e49b1adce88a71071a0f62 100644 (file)
public $attributes = array("cn","description","devID","serial","vendor", "type");
public $objectclasses = array("top","gotoDevice");
- public $CopyPasteVars = array("orig_cn","description","vendor","devID","serial","base");
+ public $CopyPasteVars = array("orig_cn","description","vendor","devID","serial","base", "type");
public function deviceGeneric(&$config,$dn = NULL)
{