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

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

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

revision 1.1.2.3, Thu Jul 23 16:14:32 2009 UTC revision 1.1.2.4, Thu Jul 23 16:15:53 2009 UTC
# Line 1  Line 1 
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    
# Line 14  Line 14 
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    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2