Changeset 82727 in spip-zone
- Timestamp:
- May 24, 2014, 11:44:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/indexer/trunk/iterateur/sphinx2.php
r82725 r82727 726 726 function critere_SPHINX2_pagination_dist($idb, &$boucles, $crit) { 727 727 $boucle = &$boucles[$idb]; 728 // critere multiple 729 $boucle->hash .= "\n\tif (!isset(\$spagination_init)) { \$command['pagination'] = array(); \$spagination_init = true; }\n"; 730 728 // critere unique 731 729 $boucle->hash .= "\t\$command['pagination'] = array(" 732 730 . "intval(@\$Pile[0]['debut".$idb."']),"
Note: See TracChangeset
for help on using the changeset viewer.