fix typo in SQLReport

This commit is contained in:
Graham Knop 2010-08-11 12:28:16 -05:00
parent 7eda8f7d46
commit 996acb5ab5

View file

@ -232,7 +232,7 @@ property downloadType => (
options => \&_downloadType_options, options => \&_downloadType_options,
extras => "onclick='changeDownloadType(this)'" extras => "onclick='changeDownloadType(this)'"
); );
sub _downoadType_options { sub _downloadType_options {
my $self = shift; my $self = shift;
tie my %downloadTypes, 'Tie::IxHash', tie my %downloadTypes, 'Tie::IxHash',
"none" => "No Download", "none" => "No Download",