diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-08 06:32:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-08 06:32:19 +0000 |
commit | 3904790e0358270c7bbe3613781620507cf5da42 (patch) | |
tree | 0dec04ac7c0dc57d555d05aa433fe1c18a3c7f9b /modules/node.module | |
parent | bea3dbb77574cb5b4274c318b01443d640d5c87b (diff) | |
download | brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.gz brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.bz2 |
- Tidied up the DoxyGen comments. Patch by Kjartan.
Diffstat (limited to 'modules/node.module')
-rw-r--r-- | modules/node.module | 10 |
1 files changed, 6 insertions, 4 deletions
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; |