From: lpsolit%gmail.com <> Date: Mon, 24 Oct 2005 07:44:10 +0000 (+0000) Subject: Bug 313533: editvalues.cgi: Reference found where even-sized list expected at line... X-Git-Tag: bugzilla-2.22rc1~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a637b882206ae3dc5fd6101da96bb6ee0ca53260;p=thirdparty%2Fbugzilla.git Bug 313533: editvalues.cgi: Reference found where even-sized list expected at line 122 - Patch by Olav Vitters r=LpSolit a=justdave --- diff --git a/editvalues.cgi b/editvalues.cgi index 5b45aac92f..b0a1fbb71d 100755 --- a/editvalues.cgi +++ b/editvalues.cgi @@ -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';