summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-02-14 17:21:46 +0100
committerhorchi <vdr@jwendel.de>2018-02-14 17:21:46 +0100
commit1165611e68422b1637ed84f2ca26d9566d3cc6fd (patch)
tree2025b540b482deb195241719a19a48060c6ee542 /httpd.c
parent031d850246454c1e5a3aacfedd801c1dd0a33191 (diff)
downloadvdr-epg-daemon-1165611e68422b1637ed84f2ca26d9566d3cc6fd.tar.gz
vdr-epg-daemon-1165611e68422b1637ed84f2ca26d9566d3cc6fd.tar.bz2
2018-02-14: version 1.1.133 (horchi)\n - bugfix: Fixed display of external timer in WEBIF lists\n\n1.1.133
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index a4e3295..fc88279 100644
--- a/httpd.c
+++ b/httpd.c
@@ -881,7 +881,7 @@ int cEpgHttpd::initDb()
// from timers t left outer join events e
// on (t.eventid = e.masterid and e.updflg in (...))
// where
- // t.state in (?)
+ // e.updflg in in (<visible>)
// timerIncState.setField(&timerStateDef);
// timerExcState.setField(&timerStateDef);