diff options
Diffstat (limited to 'epg2vdr.c')
-rw-r--r-- | epg2vdr.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -465,6 +465,9 @@ int cPluginEPG2VDR::initDb() // where // (t.state in ('P','R') or t.state is null) // and t.vdruuid = v.uuid + // and t.type = 'R' + // and t.vdruuid = v.uuid + // order by _starttime selectTimers = new cDbStatement(timerDb); |