function error_log_help in Error Log 7
Same name and namespace in other branches
- 8 error_log.module \error_log_help()
Implements hook_help().
File
- ./
error_log.module, line 21 - Sends watchdog log entries to the PHP error log.
Code
function error_log_help($path, $arg) {
switch ($path) {
case 'admin/help#error_log':
return t('Sends watchdog log entries to the PHP error log.');
}
}