| 1 |
<?php |
<?php |
| 2 |
// $Id: errorlog.module,v 1.1.2.2 2009/07/23 15:00:57 davereid Exp $ |
// $Id: errorlog.module,v 1.1.2.3 2009/07/23 16:14:32 davereid Exp $ |
| 3 |
|
|
| 4 |
// Copyright 2007 Khalid Baheyeldin http://2bits.com |
// Copyright 2007 Khalid Baheyeldin http://2bits.com |
| 5 |
|
|
| 14 |
function errorlog_help($path, $arg) { |
function errorlog_help($path, $arg) { |
| 15 |
switch ($path) { |
switch ($path) { |
| 16 |
case 'admin/help#errorlog': |
case 'admin/help#errorlog': |
| 17 |
case 'admin/reports/errorlog': |
case 'admin/settings/logging/errorlog': |
| 18 |
return '<p>'. t('Sends logs and alerts to the web server\'s error log.') .'</p>'; |
return '<p>'. t("Sends logs and alerts to the web server's error log.") .'</p>'; |
| 19 |
} |
} |
| 20 |
} |
} |
| 21 |
|
|