Ticket #1874: mythweb-recstatus_without_subtitle_and_description.patch

File mythweb-recstatus_without_subtitle_and_description.patch, 673 bytes (added by sphery <mtdean@…>, 18 years ago)
  • mythweb/includes/programs.php

     
    192192                   $sh2->execute($data['programid'], $data['seriesid']);
    193193                   list($data['recstatus']) = $sh2->fetch_row();
    194194                }
    195                 elseif ($data['title'] && $data['subtitle'] && $data['description']) {
     195                else {
    196196                   $sh3->execute($data['title'], $data['subtitle'], $data['description']);
    197197                   list($data['recstatus']) = $sh3->fetch_row();
    198198                }