constant MARK_READ

  1. 7.x drupal-7.x/includes/theme.inc MARK_READ
  2. 6.x drupal-6.x/includes/theme.inc MARK_READ

Mark content as read.

Related topics

2 uses of MARK_READ
comment_prepare_thread in drupal-7.x/modules/comment/comment.module
Loop over comment thread, noting indentation level.
node_mark in drupal-7.x/modules/node/node.module
Determines the type of marker to be displayed for a given node.

File

drupal-7.x/includes/theme.inc, line 21
The theme system, which controls the output of Drupal.

Code

define('MARK_READ', 0)