summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2cce15b)
raw | patch | inline | side by side (parent: 2cce15b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Nov 2006 11:45:45 +0000 (11:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Nov 2006 11:45:45 +0000 (11:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5068 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/faxaccount/class_gofaxAccount.inc | patch | blob | history |
diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc
index 11da486d00e139f66d3e0ae1e6b5f619f0aa97f9..137790818b3496bd0a79b64a14c93bf91434b5c3 100644 (file)
var $current_blocklist= array();
/* Copy & paste variables */
- var $CopyPasteVars=array("facsimileTelephoneNumber");
+ var $CopyPasteVars=array("facsimileTelephoneNumber","goFaxRBlocklist","goFaxRBlockgroups","goFaxSBlocklist","goFaxSBlockgroups");
/* attribute list for save action */
- var $attributes= array("goFaxDeliveryMode", "goFaxIsEnabled","goFaxRBlockgroups","facsimileAlternateTelephoneNumber",
+ var $attributes= array("goFaxDeliveryMode", "goFaxIsEnabled","facsimileAlternateTelephoneNumber",
"goFaxPrinter", "goFaxDivertNumber", "goFaxLanguage", "goFaxFormat", "mail","facsimileTelephoneNumber");
var $objectclasses= array("goFaxAccount");