Index: trunk/kernel/include/customfield.php =================================================================== diff -u -r660 -r667 --- trunk/kernel/include/customfield.php (.../customfield.php) (revision 660) +++ trunk/kernel/include/customfield.php (.../customfield.php) (revision 667) @@ -20,7 +20,7 @@ function GetAdminUI() { $a = new clsConfigAdminItem(); - $a->name = "_".($this->Get("FieldName")); + $a->name = "_".$this->Get("FieldName"); $a->heading = $this->Get("Heading"); $a->prompt = $this->Get("Prompt"); $a->ElementType = $this->Get("ElementType"); @@ -173,7 +173,7 @@ global $objItemTypes,$objSearchConfig,$objLanguages; //if(!is_numeric($Type)) - // { + // { $f = new clsCustomField(); $f->tablename = $this->SourceTable; $f->Set(array("Type","FieldName","FieldLabel","OnGeneralTab","Heading","Prompt",