Opened 19 years ago
Closed 19 years ago
#4350 closed defect (bug) (fixed)
Input to bool_from_yn must be normalised
| Reported by: | donncha | Owned by: | rob1n |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5572]) Turn string to upper. Props Donncha. fixes #4350