Opened 17 years ago
Closed 17 years ago
#5878 closed patch (fixed)
Patch - mythweb statistics top dropdown not working
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
$_Request[] returns always a string, so is_int() always fails. Use is_numeric() to fix it.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | mythweb_stats_top_dropdown.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [19015]) Fixes #5878, use is_numeric rather then is_int