Ticket #5878: mythweb_stats_top_dropdown.diff

File mythweb_stats_top_dropdown.diff, 504 bytes (added by Wolfgang <mythtv@…>, 17 years ago)
  • modules/stats/handler.php

     
    3333    $where .= ' AND oldrecorded.recstatus = -3';
    3434
    3535    $limit = 'LIMIT 10';
    36     if (is_int($_REQUEST['count_dropdown']))
     36    if (is_numeric($_REQUEST['count_dropdown']))
    3737        $limit = 'LIMIT '.$_REQUEST['count_dropdown'];
    3838    if ($_REQUEST['count_dropdown'] == 'all')
    3939        $limit = '';