Ticket #2483: mythweb-negative_priority_and_offsets.patch

File mythweb-negative_priority_and_offsets.patch, 1.4 KB (added by sphery <mtdean@…>, 18 years ago)
  • mythweb/includes/recording_schedules.php

     
    267267                         _or($this->subtitle,      ''              ),
    268268                         _or($this->description,   ''              ),
    269269                         _or($this->profile,       'Default'       ),
    270                          _or($this->recpriority,   0,          true),
     270                         _or($this->recpriority,   0               ),
    271271                         _or($this->category,      0,          true),
    272272                         _or($this->maxnewest,     0,          true),
    273273                         _or($this->inactive,      0,          true),
    274274                         _or($this->maxepisodes,   0,          true),
    275275                         _or($this->autoexpire,    0,          true),
    276                          _or($this->startoffset,   0,          true),
    277                          _or($this->endoffset,     0,          true),
     276                         _or($this->startoffset,   0               ),
     277                         _or($this->endoffset,     0               ),
    278278                         _or($this->recgroup,      'Default'       ),
    279279                         _or($this->dupmethod,     0,          true),
    280280                         _or($this->dupin,         15,         true),