From: hickert Date: Tue, 27 Jul 2010 10:08:30 +0000 (+0000) Subject: Updated several service dialogs, fixed typos, string, html, post handling and more. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6b7509392644d9fa43e48e81006a4ab40ab48907;p=gosa.git Updated several service dialogs, fixed typos, string, html, post handling and more. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19163 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc index 8dcda7e01..a812d4a52 100644 --- a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc +++ b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc @@ -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"));