summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
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);