diff options
Diffstat (limited to 'update.c')
-rw-r--r-- | update.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1723,6 +1723,8 @@ void cEpgd::loop() " state = 'F', action = 'A', info = 'cleanuped'" " where (state = 'R' or state = 'P')" " and from_unixtime(_endtime) < (now() - interval 5 minute);"); + + connection->commit(); } if (!dbConnected()) |