You are here

function advanced_forum_cron in Advanced Forum 7.2

Implements hook_cron().

File

./advanced_forum.module, line 59
Enables the look and feel of other popular forum software.

Code

function advanced_forum_cron() {

  // Ensure the reply stats are up-to-date.
  advanced_forum_statistics_replies(NULL, TRUE);
}