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

Diff of /contributions/modules/search_keywords/search_keywords.module

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

revision 1.16 by sugree, Fri Dec 8 18:09:33 2006 UTC revision 1.17 by sugree, Wed Jan 3 01:48:51 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: search_keywords.module,v 1.15 2006/09/15 14:31:26 sugree Exp $  // $Id: search_keywords.module,v 1.16 2006/12/08 18:09:33 sugree Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 117  function search_keywords_settings() { Line 117  function search_keywords_settings() {
117   */   */
118  function search_keywords_cron() {  function search_keywords_cron() {
119    /* clean expired access logs */    /* clean expired access logs */
120    db_query('DELETE FROM {accesslog} WHERE timestamp < %d', time() - variable_get('search_keywords_flush_accesslog_timer', 259200));    db_query('DELETE FROM {search_keywords_log} WHERE timestamp < %d', time() - variable_get('search_keywords_flush_accesslog_timer', 259200));
121  }  }
122    
123  /**  /**

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.3