/[drupal]/contributions/modules/logging_alerts/emaillog/emaillog.module
ViewVC logotype

Diff of /contributions/modules/logging_alerts/emaillog/emaillog.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.2.6, Thu Jul 23 16:14:32 2009 UTC revision 1.3.2.7, Thu Jul 23 16:15:52 2009 UTC
# Line 1  Line 1 
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    
# Line 14  Line 14 
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    

Legend:
Removed from v.1.3.2.6  
changed lines
  Added in v.1.3.2.7

  ViewVC Help
Powered by ViewVC 1.1.2