Closed
Bug 254729
Opened 21 years ago
Closed 21 years ago
editproducts generates warnings in error log
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: bugreport, Assigned: bugzilla)
Details
Attachments
(1 file)
|
1.72 KB,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
TestProduct returns an undef if a product is not already degfined. So, when you
create a new product///
my $existing_product = TestProduct($product);
# Check for exact case sensitive match:
if ($existing_product eq $product) {
causes a warning...
editproducts.cgi: Use of uninitialized value in string eq at
/home/bugzilla/head/editproducts.cgi line 438
My fault, from bug#86051, I think
Assignee: justdave → bugzilla
Attachment #155961 -
Flags: review?
Updated•21 years ago
|
Target Milestone: --- → Bugzilla 2.20
Updated•21 years ago
|
Attachment #155961 -
Flags: review? → review+
Updated•21 years ago
|
Flags: approval?
Updated•21 years ago
|
Flags: approval? → approval+
Comment 3•21 years ago
|
||
Checking in editproducts.cgi;
/cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi
new revision: 1.60; previous revision: 1.59
done
Status: ASSIGNED → RESOLVED
Closed: 21 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
•