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)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: bugzilla-mozilla, Assigned: bugzilla-mozilla)
Details
Attachments
(1 file)
633 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
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 = {};
Assignee | ||
Comment 1•20 years ago
|
||
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 2•20 years ago
|
||
Comment on attachment 200560 [details] [diff] [review]
Patch v1: Change to my %defaults
r=LpSolit
Attachment #200560 -
Flags: review? → review+
![]() |
||
Updated•20 years ago
|
Component: Creating/Changing Bugs → Administration
Flags: approval?
Target Milestone: --- → Bugzilla 2.22
Updated•20 years ago
|
Flags: approval? → approval+
![]() |
||
Comment 3•20 years ago
|
||
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.
Description
•