From 3904790e0358270c7bbe3613781620507cf5da42 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Dec 2003 06:32:19 +0000 Subject: - Tidied up the DoxyGen comments. Patch by Kjartan. --- modules/node.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index 97adb01cf..e02546b1c 100644 --- a/modules/node.module +++ b/modules/node.module @@ -112,11 +112,13 @@ function node_last_viewed($nid) { } /** - * Determines whether the supplied timestamp is newer than the user's last view of a given node + * Determines whether the supplied timestamp is newer than the user's last view + * of a given node * - * @param $nid node-id twhose history supplies the 'last viewed' timestamp - * @param $timestamp time which is compared against node's 'last veiwed' timestamp -*/ + * @param $nid node-id twhose history supplies the 'last viewed' timestamp + * @param $timestamp time which is compared against node's 'last veiwed' + * timestamp + */ function node_is_new($nid, $timestamp) { global $user; static $cache; -- cgit v1.2.3