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

Diff of /contributions/modules/nodequeue/nodequeue.module

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

revision 1.95, Tue Oct 6 19:46:18 2009 UTC revision 1.96, Sat Oct 24 20:25:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodequeue.module,v 1.94 2009/10/03 20:32:12 ezrag Exp $  // $Id: nodequeue.module,v 1.95 2009/10/06 19:46:18 ezrag Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 359  function nodequeue_apachesolr_update_ind Line 359  function nodequeue_apachesolr_update_ind
359      foreach ($subqueues as $sqid => $subqueue) {      foreach ($subqueues as $sqid => $subqueue) {
360        if (!empty($subqueue->position)) {        if (!empty($subqueue->position)) {
361          $key = _nodequeue_solr_qid_key();          $key = _nodequeue_solr_qid_key();
362          $document->$key = $sqid;          $document->setMultiValue($key, $sqid);
363        }        }
364      }      }
365    }    }

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

  ViewVC Help
Powered by ViewVC 1.1.2