Fixed [ 1266285 ] 6.7.1 - UserProfile Fields Time error

This commit is contained in:
Len Kranendonk 2005-08-24 19:01:35 +00:00
parent 2653035da6
commit eb0d1679f3
2 changed files with 2 additions and 2 deletions

View file

@ -819,7 +819,7 @@ sub www_editField {
-label=>WebGUI::International::get(23,"Asset_DataForm"),
-hoverHelp=>WebGUI::International::get('23 description',"Asset_DataForm"),
-value=>$field{type} || "text",
-types=>[qw(dateTime time float zipcode text textarea HTMLArea url date email phone integer yesNo selectList radioList checkList)]
-types=>[qw(dateTime TimeField float zipcode text textarea HTMLArea url date email phone integer yesNo selectList radioList checkList)]
);
$f->integer(
-name=>"width",