From 6b7509392644d9fa43e48e81006a4ab40ab48907 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 27 Jul 2010 10:08:30 +0000 Subject: [PATCH] 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 --- .../kolab/admin/systems/services/kolab/class_servKolab.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.30.2