Fix a bad default group setting in the SQL Report for download groups.

This commit is contained in:
Colin Kuskie 2009-08-11 21:16:14 +00:00
parent 771fcd51bc
commit a2012171d2
3 changed files with 17 additions and 3 deletions

View file

@ -202,9 +202,9 @@ sub definition {
label=>$i18n->get("download mimetype"),
},
downloadUserGroup=>{
fieldType=>"group",
defaultValue=>"text/html",
label=>$i18n->get("download usergroup"),
fieldType => "group",
defaultValue => "7",
label => $i18n->get("download usergroup"),
},
);
push(@{$definition}, {