From dc15ba06e05df99885d0024b2fc9173291e79038 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Jul 2003 17:54:22 +0000 Subject: - Improvement: don't perform XSS checks for trusted users. Trusted users are those that have the "bypass input data check" permission set. Should address bug #2147. - Improvement: simplified index.php and modules/admin.module. - Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris Johnson. Fixes bug #2030. - Bugfix: fixed the date shown on a book module preview. Reported as part of bug #2097. - Bugfix: fixed broken URL in the book module documentation. --- modules/node/node.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 3d1bc04e9..de4dc46be 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1217,6 +1217,7 @@ function node_preview($node, $error = NULL) { if (empty($node->created)) { $node->created = time(); } + $node->changed = time(); /* ** Extract a teaser: -- cgit v1.2.3