summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index bc3b388df..5554adae2 100644
--- a/backend.php
+++ b/backend.php
@@ -83,7 +83,7 @@
10080 => "Weekly");
$script_started = getmicrotime();
- $script_dt_add = time();
+ $script_dt_add = get_script_dt_add();
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);