Index: trunk/kernel/include/customfield.php =================================================================== diff -u -r288 -r660 --- trunk/kernel/include/customfield.php (.../customfield.php) (revision 288) +++ trunk/kernel/include/customfield.php (.../customfield.php) (revision 660) @@ -20,7 +20,7 @@ function GetAdminUI() { $a = new clsConfigAdminItem(); - $a->name = "_".strtolower($this->Get("FieldName")); + $a->name = "_".($this->Get("FieldName")); $a->heading = $this->Get("Heading"); $a->prompt = $this->Get("Prompt"); $a->ElementType = $this->Get("ElementType");