Code

Updated post handling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jul 2010 08:46:31 +0000 (08:46 +0000)
committerhickert <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

index 20c2b29654bf68abaa7f22f2a7018bbaa87f58cf..c560e456961e7c853f859f576e447b44d127adde 100644 (file)
@@ -1322,7 +1322,7 @@ class phoneAccount extends plugin
             } else {
                 $color= "";
             }
-            $hl.= "  <option $color label=\"$cn\" value=\"$cn\" $selected>$description&nbsp;</option>\n";
+            $hl.= "  <option $color label=\"$cn\" value=\"".set_post($cn)."\" $selected>".$description."&nbsp;</option>\n";
         }
         $hl.= "</select>\n";
         $smarty->assign ("hardware_list", $hl);