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

Diff of /contributions/modules/xapian/xapian.module

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

revision 1.10.2.11, Wed Apr 1 14:00:31 2009 UTC revision 1.10.2.12, Wed Apr 1 14:00:58 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xapian.module,v 1.10.2.10 2009/04/01 13:44:39 jeremy Exp $  // $Id: xapian.module,v 1.10.2.11 2009/04/01 14:00:31 jeremy Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 901  function xapian_reindex_all_confirm_subm Line 901  function xapian_reindex_all_confirm_subm
901      if (!empty($exclusions)) {      if (!empty($exclusions)) {
902        $sql .= " WHERE type NOT IN ('". implode("','", $exclusions) ."')";        $sql .= " WHERE type NOT IN ('". implode("','", $exclusions) ."')";
903      }      }
 drupal_set_message("sql($sql)");  
904      db_query($sql);      db_query($sql);
905      drupal_set_message(t('The search index will be rebuilt.'));      drupal_set_message(t('The search index will be rebuilt.'));
906      $form_state['redirect'] = 'admin/settings/xapian';      $form_state['redirect'] = 'admin/settings/xapian';

Legend:
Removed from v.1.10.2.11  
changed lines
  Added in v.1.10.2.12

  ViewVC Help
Powered by ViewVC 1.1.2