From: hickert Date: Wed, 14 Jul 2010 07:16:54 +0000 (+0000) Subject: Updated post handling, enables utf-8 support. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=272676b8e4b3ce03c306c7e33add67e945c82cae;p=gosa.git Updated post handling, enables utf-8 support. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19000 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc b/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc index a85967f4b..b542d28ee 100644 --- a/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc +++ b/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc @@ -49,7 +49,7 @@ class phpgwAccount extends plugin /* Load attributes */ foreach($this->attributes as $val){ - $smarty->assign("$val", $this->$val); + $smarty->assign("$val", set_post( $this->$val)); } if ($this->is_account){ $smarty->assign("phpgwState", "checked");