Changeset 43866 in spip-zone
- Timestamp:
- Jan 25, 2011, 4:43:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fulltext/inc/recherche_to_array.php
r43624 r43866 38 38 ); 39 39 40 $options = array_merge((array)$options, 41 array('table' => 'article') 42 ); 43 40 44 $table = $options['table']; 41 45 $serveur = $options['serveur']; 42 46 47 include_spip('inc/rechercher'); 43 48 list($methode, $q, $preg) = expression_recherche($recherche, $options); 44 49
Note: See TracChangeset
for help on using the changeset viewer.