Changeset 43867 in spip-zone
- Timestamp:
- Jan 25, 2011, 4:48:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fulltext/inc/recherche_to_array.php
r43866 r43867 26 26 27 27 // methodes sql 28 function inc_recherche_to_array_dist($recherche, $options ) {28 function inc_recherche_to_array_dist($recherche, $options=null) { 29 29 30 30 $requete = array( … … 39 39 40 40 $options = array_merge((array)$options, 41 array('table' => 'article') 41 array('table' => 'article', 42 ) 42 43 ); 43 44
Note: See TracChangeset
for help on using the changeset viewer.