From 1165611e68422b1637ed84f2ca26d9566d3cc6fd Mon Sep 17 00:00:00 2001 From: horchi Date: Wed, 14 Feb 2018 17:21:46 +0100 Subject: 2018-02-14: version 1.1.133 (horchi)\n - bugfix: Fixed display of external timer in WEBIF lists\n\n --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') 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 () // timerIncState.setField(&timerStateDef); // timerExcState.setField(&timerStateDef); -- cgit v1.2.3