Opened 18 years ago
Closed 18 years ago
#4350 closed defect (bug) (fixed)
Input to bool_from_yn must be normalised
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
bool_from_yn() expects uppercase characters as input. The following patch adds strtoupper().
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5572]) Turn string to upper. Props Donncha. fixes #4350