dblog_help

function dblog_help

dblog_help($path, $arg)

Implements hook_help().

File

modules/dblog/dblog.module, line 17
System monitoring and logging for administrators.

Code

function dblog_help($path, $arg) {
  switch ($path) {
    case 'admin/help#dblog':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Database logging module logs system events in the Drupal database. For more information, see the online handbook entry for the <a href="drupal_7-modules-dblog-dblog-module-function-dblog_help-@dblog">Database logging module<-a>-', array('@dblog' => 'http:--drupal