]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 313533: editvalues.cgi: Reference found where even-sized list expected at line...
authorlpsolit%gmail.com <>
Mon, 24 Oct 2005 07:44:10 +0000 (07:44 +0000)
committerlpsolit%gmail.com <>
Mon, 24 Oct 2005 07:44:10 +0000 (07:44 +0000)
editvalues.cgi

index 5b45aac92f3b48a38419e36fd70ecd0a3ebe31f4..b0a1fbb71d9793970fdae2579d0d69f7e74deb34 100755 (executable)
@@ -119,7 +119,7 @@ my $action  = trim($cgi->param('action')  || '');
 
 # Gives the name of the parameter associated with the field
 # and representing its default value.
-my %defaults = {};
+my %defaults;
 $defaults{'op_sys'} = 'defaultopsys';
 $defaults{'rep_platform'} = 'defaultplatform';
 $defaults{'priority'} = 'defaultpriority';