Code

Updated several service dialogs, fixed typos, string, html, post handling and more.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Jul 2010 10:08:30 +0000 (10:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Jul 2010 10:08:30 +0000 (10:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19163 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc

index 8dcda7e0136b67a1a1ba0fa33491644d53a80eef..a812d4a52867d63ab04fb13666672def98eb50e4 100644 (file)
@@ -173,7 +173,7 @@ class servkolab extends goService
             }
         }
 
-        $smarty->assign("fbfuture",set_post($fbfuture));
+        $smarty->assign("fbfuture",($fbfuture));
         $smarty->assign("quotastr",($quotastr));
 
         $this->postfix_mydestinationList->setAcl($this->getacl("postfixmydestination"));