| 1 |
<?php |
<?php |
| 2 |
// $Id: emaillog.module,v 1.3.2.5 2009/07/23 15:00:57 davereid Exp $ |
// $Id: emaillog.module,v 1.3.2.6 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 emaillog_help($path, $arg) { |
function emaillog_help($path, $arg) { |
| 15 |
switch ($path) { |
switch ($path) { |
| 16 |
case 'admin/help#emaillog': |
case 'admin/help#emaillog': |
| 17 |
return '<p>'. t('Sends logs and alerts to email addresses, with different severity going to different emails.') .'</p>'; |
case 'admin/settings/logging/emaillog': |
| 18 |
case 'admin/reports/dblog': |
return '<p>'. t('Sends logs and alerts to email addresses.') .'</p>'; |
|
return '<p>'. t('Sends logs and alerts to email addresses, with different severity going to different emails.') .'</p>'; |
|
| 19 |
} |
} |
| 20 |
} |
} |
| 21 |
|
|