summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d84e01)
raw | patch | inline | side by side (parent: 8d84e01)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Nov 2006 12:51:18 +0000 (12:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Nov 2006 12:51:18 +0000 (12:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5072 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index b5a5e22b3b438679f92fccaae5244b9bd49706f1..0cf7ac03a6684df4a90025ec05e5a1f02382b3cc 100644 (file)
var $cli_parameters = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
/* attribute list for save action */
- var $CopyPasteVars = array("phoneNumbers");
+ var $CopyPasteVars = array("phoneNumbers","macroarray","macrostillavailable"/*"phoneNumbers" -Reset- */,
+ "hardware_list","used_hardware");
+
var $attributes = array("goFonDeliveryMode", "goFonFormat","uid","cn",
"goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro","macro");
var $objectclasses= array("goFonAccount");