/[drupal]/contributions/modules/commentcloser/comment_closer.module
ViewVC logotype

Diff of /contributions/modules/commentcloser/comment_closer.module

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

revision 1.10.2.5, Sat Jan 10 18:52:26 2009 UTC revision 1.10.2.6, Mon Jan 19 01:03:54 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: comment_closer.module,v 1.10.2.5 2009/01/10 18:52:26 rmiddle Exp $
3  /**  /**
4   * @file   * @file
5   * comment_closer.module   * comment_closer.module
# Line 118  function comment_closer_cron() { Line 118  function comment_closer_cron() {
118      }      }
119      cache_clear_all();      cache_clear_all();
120      $result = db_query($query, $args);      $result = db_query($query, $args);
121        watchdog('comment_closer', $query, $args, WATCHDOG_INFO);
122    
123      // clean it up      // clean it up
124      $current_date = getdate();      $current_date = getdate();

Legend:
Removed from v.1.10.2.5  
changed lines
  Added in v.1.10.2.6

  ViewVC Help
Powered by ViewVC 1.1.2