Changeset 51640 in spip-zone
- Timestamp:
- Sep 20, 2011, 8:48:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/svp_stats/trunk/svpstats_pipelines.php
r49055 r51640 9 9 function svpstats_affiche_gauche($flux){ 10 10 if ($flux['args']['exec'] == 'depots') { 11 $flux['data'] .= recuperer_fond('prive/squelettes/inclure/info_stats', array()); 11 if ($resultats = sql_select('*', 'spip_depots')) { 12 $flux['data'] .= recuperer_fond('prive/squelettes/inclure/info_stats', array()); 13 } 12 14 } 13 15 return $flux;
Note: See TracChangeset
for help on using the changeset viewer.