summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0fb8b0c)
raw | patch | inline | side by side (parent: 0fb8b0c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 08:46:31 +0000 (08:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jul 2010 08:46:31 +0000 (08:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19006 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc
index 20c2b29654bf68abaa7f22f2a7018bbaa87f58cf..c560e456961e7c853f859f576e447b44d127adde 100644 (file)
} else {
$color= "";
}
- $hl.= " <option $color label=\"$cn\" value=\"$cn\" $selected>$description </option>\n";
+ $hl.= " <option $color label=\"$cn\" value=\"".set_post($cn)."\" $selected>".$description." </option>\n";
}
$hl.= "</select>\n";
$smarty->assign ("hardware_list", $hl);