Closed
Bug 300018
Opened 19 years ago
Closed 19 years ago
invalid string comparison in editwhines.cgi
Categories
(Bugzilla :: Email Notifications, defect)
Bugzilla
Email Notifications
Tracking
()
VERIFIED
DUPLICATE
of bug 298508
People
(Reporter: altlist, Unassigned)
Details
Attachments
(1 file)
455 bytes,
patch
|
LpSolit
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041223 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041223 Firefox/1.0
I'm getting alot of these types of warning messages.
[Thu Jul 7 15:34:02 2005] editwhines.cgi: Argument "altlst@sonic.net" isn't
numeric in numeric ne (!=) at editwhines.cgi line 272.
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Essentially the $mailto comparison should be use "ne" instead of "!=".
Attachment #188603 -
Flags: review?(erik)
Comment 2•19 years ago
|
||
Comment on attachment 188603 [details] [diff] [review]
suggested patch
this patch has already been checked in
Attachment #188603 -
Flags: review?(erik) → review-
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 298508 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 4•19 years ago
|
||
FYI, there has been 13 checkins in the last few minutes/hours... please update
your installation before reporting any new bug :)
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•19 years ago
|
||
(In reply to comment #4)
> FYI, there has been 13 checkins in the last few minutes/hours... please update
> your installation before reporting any new bug :)
Yea yea, you guys have been pretty active today! :)
I see that you also just fixed the remaining uninitialized value errors for
editwhines.cgi.
You need to log in
before you can comment on or make changes to this bug.
Description
•