/[drupal]/contributions/modules/mailhandler/mailhandler.module
ViewVC logotype

Diff of /contributions/modules/mailhandler/mailhandler.module

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

revision 1.96, Fri May 2 12:58:16 2008 UTC revision 1.96.2.1, Thu May 15 10:43:55 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: mailhandler.module,v 1.94 2007/10/23 02:08:28 weitzman Exp $  // $Id: mailhandler.module,v 1.96 2008/05/02 12:58:16 weitzman Exp $
3    
4    
5  /**  /**
# Line 8  Line 8 
8  function mailhandler_cron() {  function mailhandler_cron() {
9    
10    // Include mailhandler retrieval functions    // Include mailhandler retrieval functions
11    module_load_include('inc', 'mailhandler', 'retrieve');    module_load_include('inc', 'mailhandler', 'mailhandler.retrieve');
12    
13    // Retrieve messages    // Retrieve messages
14    $result = db_query('SELECT * FROM {mailhandler} WHERE enabled = 1 ORDER BY mail');    $result = db_query('SELECT * FROM {mailhandler} WHERE enabled = 1 ORDER BY mail');

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.96.2.1

  ViewVC Help
Powered by ViewVC 1.1.2