summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4293289)
raw | patch | inline | side by side (parent: 4293289)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 07:04:35 +0000 (07:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 07:04:35 +0000 (07:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18997 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc b/gosa-plugins/nagios/personal/nagios/class_nagiosAccount.inc
index 88d83c78ad3b0cda5fcab46f5be5ed8aa1ed1fe4..b6aedc72033dc4abfaf86892d8194a2edb36be0f 100644 (file)
/* Assign attributes an ACL to smarty */
foreach($this->attributes as $val) {
- $smarty->assign("$val", $this->$val);
+ $smarty->assign("$val", set_post($this->$val));
if(in_array($val,$this->is_chk_box)){
if($this->$val == "checked"){
$smarty->assign($val."CHK", " checked ");