constant COMMENT_ORDER_OLDEST_FIRST

Comments are ordered by date - oldest first.

2 uses of COMMENT_ORDER_OLDEST_FIRST
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
_comment_get_orders in drupal-6.x/modules/comment/comment.module
Return an array of viewing orders for comment listings.

File

drupal-6.x/modules/comment/comment.module, line 50
Enables users to comment on published content.

Code

define('COMMENT_ORDER_OLDEST_FIRST', 2)