diff options
Diffstat (limited to 'core/controllers')
-rw-r--r-- | core/controllers/scaffold.php | 2 |
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"); |