6 uses of NODE_NEW_LIMIT in Drupal 4
- comment_num_new in modules/
comment.module - get number of new comments for current user and specified node
- node_cron in modules/
node.module - Implementation of hook_cron().
- node_mark in modules/
node.module - Decide on the type of marker to be displayed for a given node.
- _forum_new in modules/
forum.module - Finds the first unread node for a given forum.
- _forum_topics_unread in modules/
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.module