/[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.6.2.9, Wed Sep 24 19:06:37 2008 UTC revision 1.6.2.10, Fri Feb 6 18:30:34 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xapian.module,v 1.6 2008/06/02 01:37:56 simon Exp $  // $Id: xapian.module,v 1.6.2.9 2008/09/24 19:06:37 jeremy Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 797  function xapian_index_queued_nodes() { Line 797  function xapian_index_queued_nodes() {
797    
798    // Index nodes.    // Index nodes.
799    while ($index = db_fetch_object($result)) {    while ($index = db_fetch_object($result)) {
800      if ($index->nid && $node = node_load($index->nid)) {      if ($index->nid && $node = node_load($index->nid, NULL, TRUE)) {
801        if (_xapian_index_node($node)) {        if (_xapian_index_node($node)) {
802          $indexed++;          $indexed++;
803        }        }

Legend:
Removed from v.1.6.2.9  
changed lines
  Added in v.1.6.2.10

  ViewVC Help
Powered by ViewVC 1.1.2