From d016cabbe61a2de6c5946ec809e220bde12b285d Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 08:45:55 +0000 Subject: [PATCH] Fixed spelling of several properties and added missing ones git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18344 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/ogroups/tabs_ogroups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc index a37b9b8ac..91e51f8d5 100644 --- a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc +++ b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc @@ -146,7 +146,7 @@ class ogrouptabs extends tabs /* Add mail group tab , if there is curerntly no mail tab defined */ if(class_available("mailogroup")){ if((preg_match("/U/",$objects))&&(!isset($this->by_object['mailogroup']))){ - if ($this->config->get_cfg_value("core","mailmethod") == "kolab"){ + if (preg_match("/olab/i",$this->config->get_cfg_value("core","mailMethod"))){ $this->by_name['mailogroup']= _("Mail"); $this->by_object['mailogroup']= new mailogroup($this->config, $this->dn); $this->by_object['mailogroup']->parent= &$this; -- 2.30.2