Ticket #3844: mythweb-rerun.patch

File mythweb-rerun.patch, 573 bytes (added by otto at kolsi dot fi, 16 years ago)
  • modules/tv/tmpl/default/list_cell_program.php

     
    4444
    4545    // Print some additional information for movies
    4646        if (strcasecmp($program->category_type, t('movie')) == 0) {
     47            $parens = '';
    4748            if ($program->airdate > 0)
    4849                $parens = sprintf('%4d', $program->airdate);
    4950            if (strlen($program->rating) > 0) {