You are here

function devel_rebuild_node_comment_statistics_page in Devel 6

Same name and namespace in other branches
  1. 5 devel.module \devel_rebuild_node_comment_statistics_page()

Menu callback. Rebuild node _comment_stats table.

Return value

void

File

./devel.module, line 2110

Code

function devel_rebuild_node_comment_statistics_page() {
  devel_rebuild_node_comment_statistics();
  drupal_set_message('node_comment_statistics table has been rebuilt.');
  drupal_goto('admin');
}