Ticket #1328: upcoming2.patch

File upcoming2.patch, 554 bytes (added by bolek-mythtv@…, 18 years ago)
  • modules/tv/upcoming.php

     
    103103                        continue;
    104104                }
    105105            // Skip deactivated shows?
    106                 elseif ($show->recstatus == 'Inactive') {
     106                elseif ($show->recstatus != 'Recording') {
    107107                    if (!$_SESSION['scheduled_recordings']['disp_deactivated'])
    108108                        continue;
    109109                }