Ticket #5322: mythweb_possible_conflicts_fix.diff

File mythweb_possible_conflicts_fix.diff, 778 bytes (added by Shane Shrybman <gnome42@…>, 16 years ago)
  • mythweb/modules/tv/tmpl/default/detail.php

     
    343343        // A program id counter for popup info
    344344            $program_id_counter = 0;
    345345            foreach ($conflicting_shows as $show) {
    346             if (!$_SESSION['recording_details']['show_'.$show->recstatus])
    347             continue;
     346                if (!isset($_SESSION['recording_details']['show_'.$show->recstatus]))
     347                    continue;
    348348                $program_id_counter++;
    349349            // Print the link to edit this scheduled recording
    350350                echo '<a class="', $show->css_class,