6 uses of NODE_NEW_LIMIT in Drupal 6
- comment_num_new in modules/
comment/ comment.module - Get number of new comments for current user and specified node.
- node_cron in modules/
node/ node.module - Implementation of hook_cron().
- node_mark in modules/
node/ node.module - Decide on the type of marker to be displayed for a given node.
- _forum_new in modules/
forum/ forum.module - Finds the first unread node for a given forum.
- _forum_topics_unread in modules/
forum/ forum.module - Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
- _forum_user_last_visit in modules/
forum/ forum.module