You are here

function _log_cleanup_manual in Util 6.3

Same name and namespace in other branches
  1. 7 contribs/log_cleanup/log_cleanup.module \_log_cleanup_manual()

Code for manual invocation.

1 string reference to '_log_cleanup_manual'
log_cleanup_menu in contribs/log_cleanup/log_cleanup.module
Implements hook_menu().

File

contribs/log_cleanup/log_cleanup.module, line 81
Clean up watchdog messages.

Code

function _log_cleanup_manual() {
  log_cleanup_cron();
  drupal_goto();
}