Closed
Bug 343337
Opened 18 years ago
Closed 18 years ago
process_bug.cgi calls certain constants as global subroutines
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
768 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
We noticed this in another bug, but I didn't think it was a problem.
Anyhow, there's no real "main" package in mod_perl, so you can't call anything from "main." process_bug is the only script left that does this, as far as I can tell, with subroutines.
There might still be a few scripts that attempt to use variables from $main::, but we can handle those later.
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Comment 2•18 years ago
|
||
Comment on attachment 227825 [details] [diff] [review]
v1
r=LpSolit
Attachment #227825 -
Flags: review?(LpSolit) → review+
Updated•18 years ago
|
Flags: approval?
Updated•18 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 3•18 years ago
|
||
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.331; previous revision: 1.330
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•