diff options
Diffstat (limited to 'timer.c')
-rw-r--r-- | timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -584,7 +584,7 @@ int cUpdate::updateTimerTable() tell(1, "Updating table timers (and remove deleted and finished timers older than 2 days)"); - timerDb->deleteWhere("%s < unix_timestamp() - %d and %s in ('D','F')", + timerDb->deleteWhere("%s < unix_timestamp() - %d and %s in ('D','F','-')", timerDb->getField("UPDSP")->getDbName(), 2 * tmeSecondsPerDay, timerDb->getField("STATE")->getDbName()); |