Ticket #2864: oad-mythweb.patch

File oad-mythweb.patch, 632 bytes (added by ajlill@…, 17 years ago)

Matching patch to mythweb for protocol change

  • mythweb/includes/programs.php

     
    327327            $this->programid       = $data[34];
    328328            $this->lastmodified    = $data[35];
    329329            $this->recpriority     = $data[36];
    330             $this->airdate         = date('Y-m-d', $data[37]);
     330            $this->airdate         = $data[37];
    331331            $this->hasairdate      = $data[38];
    332332            $this->timestretch     = $data[39];
    333333            $this->recpriority2    = $data[40];