Closed
Bug 351182
Opened 19 years ago
Closed 19 years ago
Odd number of elements in anonymous hash in editusers.cgi
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.01 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
When creating a new user account from editusers.cgi, I get the warning:
editusers.cgi: Odd number of elements in anonymous hash at /var/www/html/cvsbugzilla/editusers.cgi line 200.
This issue has been introduced in bug 349349.
| Assignee | ||
Comment 1•19 years ago
|
||
You have to use scalar() when passing $cgi->param() in a hash.
Attachment #236561 -
Flags: review?(mkanat)
Comment 2•19 years ago
|
||
Comment on attachment 236561 [details] [diff] [review]
patch, v1
Fair enough.
Except when they're not scalars. All of these are scalars, though.
Attachment #236561 -
Flags: review?(mkanat) → review+
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in editusers.cgi;
/cvsroot/mozilla/webtools/bugzilla/editusers.cgi,v <-- editusers.cgi
new revision: 1.135; previous revision: 1.134
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•