| 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 |
| 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()', |