summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a43811)
raw | patch | inline | side by side (parent: 8a43811)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 07:16:54 +0000 (07:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc b/gosa-plugins/phpgw/personal/connectivity/phpgw/class_phpgwAccount.inc
index a85967f4bb45cfd39184e2d06d85eaeb90ea9e60..b542d28ee1bb66c7de648b3dd2bc4c346c9916d3 100644 (file)
/* 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");