Ticket #5642: mythwebrecording.patch

File mythwebrecording.patch, 534 bytes (added by anonymous, 16 years ago)
  • modules/tv/upcoming.php

     
    8585// Parse the list of scheduled recordings
    8686    global $Scheduled_Recordings;
    8787    $all_shows = array();
     88    $Groups = array();
     89    $Program_Titles = array();
     90
    8891    foreach ($Scheduled_Recordings as $callsign => $shows) {
    8992    // Now the shows in this channel
    9093        foreach ($shows as $starttime => $show_group) {