/[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.2.2.7, Sat Jan 10 19:07:05 2009 UTC revision 1.10.2.2.2.8, Mon Jan 19 01:03:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_closer.module,v 1.10.2.2.2.6 2009/01/10 18:50:02 rmiddle Exp $  // $Id: comment_closer.module,v 1.10.2.2.2.7 2009/01/10 19:07:05 rmiddle Exp $
3  /**  /**
4   * @file   * @file
5   * comment_closer.module   * comment_closer.module
# Line 107  function comment_closer_cron() { Line 107  function comment_closer_cron() {
107        }        }
108        cache_clear_all();        cache_clear_all();
109        $result = db_query($query, $args);        $result = db_query($query, $args);
110        $msg = 'sql = %sql';        watchdog('comment_closer', $query, $args, WATCHDOG_INFO);
       $vars = array( '%sql' => $query );  
       watchdog('comment_closer', $msg, $vars, WATCHDOG_DEBUG);  
111        // clean it up        // clean it up
112        $current_date = getdate();        $current_date = getdate();
113    

Legend:
Removed from v.1.10.2.2.2.7  
changed lines
  Added in v.1.10.2.2.2.8

  ViewVC Help
Powered by ViewVC 1.1.2