Changeset 47830 in spip-zone
- Timestamp:
- May 16, 2011, 12:08:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fulltext/inc/recherche_to_array.php
r47829 r47830 138 138 $i++; 139 139 if ($mkeys = fulltext_keys($jtable, 'obj'.$i, $serveur)) { 140 $score[] = "SUM(MATCH(". array_shift($mkeys).") AGAINST ($p".($boolean ?' IN BOOLEAN MODE':'')."))";140 $score[] = "SUM(MATCH(".implode($mkeys,',').") AGAINST ($p".($boolean ?' IN BOOLEAN MODE':'')."))"; 141 141 $_id_join = id_table_objet($jtable); 142 142 $table_join = table_objet($jtable);
Note: See TracChangeset
for help on using the changeset viewer.