summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdec8cd)
raw | patch | inline | side by side (parent: fdec8cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:45:53 +0000 (08:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:45:53 +0000 (08:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18343 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/groups/mail/class_groupMail.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc
index a125956559bf20fd2a2a92adeb103390b7e66738..c6923758d33b88e2f6ac0450c295889ea9616864 100644 (file)
}
/* Add special kolab attributes */
- if(preg_match("/olab/i",$this->config->get_cfg_value("core","mailmethod"))){
+ if(preg_match("/olab/i",$this->config->get_cfg_value("core","mailMethod"))){
if(isset($_POST['kolabFolderTypeType']) && $this->acl_is_writeable("kolabFolderType")){
$this->kolabFolderTypeType = get_post("kolabFolderTypeType");
$this->kolabFolderTypeSubType = get_post("kolabFolderTypeSubType");