function advanced_forum_comment in Advanced Forum 6.2
Implementation of hook_comment().
File
- ./
advanced_forum.module, line 383 - Enables the look and feel of other popular forum software.
Code
function advanced_forum_comment(&$a1, $op) {
if ($op == 'update' || $op == 'insert' || $op == 'delete') {
// Update the cached statistics.
advanced_forum_statistics_replies(TRUE);
}
}