summaryrefslogtreecommitdiff
path: root/webstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'webstore.c')
-rw-r--r--webstore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/webstore.c b/webstore.c
index be6f8b2..c11d96c 100644
--- a/webstore.c
+++ b/webstore.c
@@ -339,7 +339,8 @@ int cEpgHttpd::storeTimerJob(json_t* jInData, json_t* response)
if (eventid != na)
{
timerRow.setValue("EVENTID", eventid);
- timerRow.setValue("_STARTTIME", eventStartTime);
+ // timerRow.setValue("_STARTTIME", eventStartTime);
+ timerRow.setValue("EVTSTARTTIME", eventStartTime);
timerRow.setValue("_ENDTIME", eventEndTime);
}