Bug 5890 - Mismatched operator in C4::Auth
Summary: Mismatched operator in C4::Auth
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Colin Campbell
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 10:31 UTC by Colin Campbell
Modified: 2012-10-25 23:03 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Proposed patch (951 bytes, patch)
2011-03-17 10:35 UTC, Colin Campbell
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Campbell 2011-03-17 10:31:35 UTC
Case in C4/Auth.pm where a numeric equality operator is applied to string operands generating warnings. Should be corrected
Comment 1 Colin Campbell 2011-03-17 10:35:56 UTC
Created attachment 3335 [details] [review]
Proposed patch
Comment 2 Chris Cormack 2011-03-17 21:53:23 UTC
Nice catch Colin, pushed, please test