Closed Bug 313533 Opened 20 years ago Closed 20 years ago

editvalues.cgi: Reference found where even-sized list expected at line 122

Categories

(Bugzilla :: Administration, task)

2.21
task
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.22

People

(Reporter: bugzilla-mozilla, Assigned: bugzilla-mozilla)

Details

Attachments

(1 file)

The following warning is in my error_log: Reference found where even-sized list expected at /var/www/html/bzcvs2/editvalues.cgi line 122. (I slightly reduced it for the summary) Line 122: my %defaults = {}; Fix is: my $defaults = {};
Fix in description was incorrect. Patch changes it to: my %defaults;
Assignee: create-and-change → bugzilla-mozilla
Status: NEW → ASSIGNED
Attachment #200560 - Flags: review?
Comment on attachment 200560 [details] [diff] [review] Patch v1: Change to my %defaults r=LpSolit
Attachment #200560 - Flags: review? → review+
Component: Creating/Changing Bugs → Administration
Flags: approval?
Target Milestone: --- → Bugzilla 2.22
Flags: approval? → approval+
Checking in editvalues.cgi; /cvsroot/mozilla/webtools/bugzilla/editvalues.cgi,v <-- editvalues.cgi new revision: 1.9; previous revision: 1.8 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: