Ticket #1580: mythweb-airdate.patch

File mythweb-airdate.patch, 697 bytes (added by bolek-mythtv@…, 18 years ago)
  • mythplugins/mythweb/includes/programs.php

     
    324324            $this->programid       = $data[34];
    325325            $this->lastmodified    = $data[35];
    326326            $this->recpriority     = $data[36];
    327             $this->airdate         = $data[37];
     327            $this->airdate         = strftime($_SESSION['date_scheduled_popup'], $data[37]);
    328328            $this->hasairdate      = $data[38];
    329329            $this->timestretch     = $data[39];
    330330            $this->recpriority2    = $data[40];