Code

Fixed )
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 08:24:29 +0000 (08:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 08:24:29 +0000 (08:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9651 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/admin/groups/mail/class_groupMail.inc

index 95264b36013c75df6658c8b0d5c81d85952a4ae7..491203b9c8544b5cde80af90a5332e8ae76acee2 100644 (file)
@@ -361,10 +361,10 @@ class mailgroup extends plugin
       if ($this->parent !== NULL){
         if ($this->is_account){
           $display.= $this->show_disable_header(_("Remove mail account"),
-              msgPool::featuresEnabled(_("mail"));
+              msgPool::featuresEnabled(_("mail")));
         } else {
           $display.= $this->show_enable_header(_("Create mail account"),
-              msgPool::featuresDisabled(_("mail"));
+              msgPool::featuresDisabled(_("mail")));
 
           /* Show checkbox that allows us to remove imap entry too*/
           if($this->initially_was_account){