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

Diff of /contributions/modules/luceneapi/luceneapi.module

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

revision 1.38, Wed Apr 1 01:50:58 2009 UTC revision 1.39, Wed Apr 1 01:55:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: luceneapi.module,v 1.37 2009/03/31 23:57:41 cpliakas Exp $  // $Id: luceneapi.module,v 1.38 2009/04/01 01:50:58 cpliakas Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 561  function luceneapi_facet_get($module = N Line 561  function luceneapi_facet_get($module = N
561      else {      else {
562        $_luceneapi_facets[$module] = array();        $_luceneapi_facets[$module] = array();
563        throw new LuceneAPI_Exception(t(        throw new LuceneAPI_Exception(t(
564          'Module %module does not invoke @hook.',          'Module %module does not implement @hook.',
565          array(          array(
566            '%module' => $module,            '%module' => $module,
567            '@hook' => 'hook_luceneapi_index()',            '@hook' => 'hook_luceneapi_index()',

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

  ViewVC Help
Powered by ViewVC 1.1.2