Closed
Bug 238860
Opened 22 years ago
Closed 22 years ago
Remove %FORM from editversions.cgi
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: justdave, Assigned: wicked)
References
Details
Attachments
(1 file)
|
1.10 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
This will be a nice and quick one:
173:my $product = trim($::FORM{product} || '');
174:my $version = trim($::FORM{version} || '');
175:my $action = trim($::FORM{action} || '');
495: my $versionold = trim($::FORM{versionold} || '');
| Assignee | ||
Comment 1•22 years ago
|
||
Assignee: nobody → wicked
Status: NEW → ASSIGNED
| Assignee | ||
Updated•22 years ago
|
Attachment #144926 -
Flags: review?(kiko)
| Reporter | ||
Updated•22 years ago
|
Attachment #144926 -
Flags: review?(kiko) → review+
| Reporter | ||
Updated•22 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 2.18
Comment 2•22 years ago
|
||
Checking in editversions.cgi;
/cvsroot/mozilla/webtools/bugzilla/editversions.cgi,v <-- editversions.cgi
new revision: 1.21; previous revision: 1.20
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•