| | 279 | // FIXUP for 0.25 - according to how the frontend does dontrecord |
| | 280 | // we need to set the search flag to nosearch unless its a manual search |
| | 281 | // manual search defined as 5 in recordingtypes.h - nosearch is 0 |
| | 282 | if ($this->type == rectype_dontrec) { |
| | 283 | $srchflg = _or($this->search, 0, true); |
| | 284 | if ($this->search != 5) { |
| | 285 | $srchflg = 0; |
| | 286 | } |
| | 287 | } else { |
| | 288 | $srchflg = _or($this->search, 0, true); |
| | 289 | } |
| 279 | 290 | $sh = $db->query('REPLACE INTO record (recordid,type,chanid,starttime,startdate,endtime,enddate,search, |
| 280 | 291 | title,subtitle,description,profile,recpriority,category, |
| 281 | 292 | maxnewest,inactive,maxepisodes,autoexpire,startoffset,endoffset, |