Code

Updated post handling, enables utf-8 support.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 07:16:54 +0000 (07:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 07:16:54 +0000 (07:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19000 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc

index a85967f4bb45cfd39184e2d06d85eaeb90ea9e60..b542d28ee1bb66c7de648b3dd2bc4c346c9916d3 100644 (file)
@@ -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");