From 2a87b5029b54353d6e9167e5ddef220d288d813c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 7 Aug 2005 15:53:26 +0000 Subject: - Patch #24002: fixed node created timestamp changing on node edit. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 6aede8434..cfd770308 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1210,7 +1210,7 @@ function node_validate($node) { } if (!$node->date) { - $node->date = format_date($node->created, 'custom', 'Y-m-d H:i O'); + $node->date = format_date($node->created, 'custom', 'Y-m-d H:i:s O'); } // Validate the "authored by" field. -- cgit v1.2.3