Ticket #5878: mythweb_stats_top_dropdown.diff
| File mythweb_stats_top_dropdown.diff, 504 bytes (added by , 17 years ago) |
|---|
-
modules/stats/handler.php
33 33 $where .= ' AND oldrecorded.recstatus = -3'; 34 34 35 35 $limit = 'LIMIT 10'; 36 if (is_ int($_REQUEST['count_dropdown']))36 if (is_numeric($_REQUEST['count_dropdown'])) 37 37 $limit = 'LIMIT '.$_REQUEST['count_dropdown']; 38 38 if ($_REQUEST['count_dropdown'] == 'all') 39 39 $limit = '';
