summaryrefslogtreecommitdiff
path: root/core/controllers/scaffold.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/scaffold.php')
-rw-r--r--core/controllers/scaffold.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/scaffold.php b/core/controllers/scaffold.php
index f3f3605b..6c71ae27 100644
--- a/core/controllers/scaffold.php
+++ b/core/controllers/scaffold.php
@@ -342,7 +342,7 @@ class Scaffold_Controller extends Template_Controller {
$line);
// Normalize dates
- $line = preg_replace("/,$root_timestamp,/", ",NOW(),", $line);
+ $line = preg_replace("/,$root_timestamp,/", ",UNIX_TIMESTAMP(),", $line);
$buf .= $line;
}
$fd = fopen($sql_file, "wb");