X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fstatistiques%2Fprive%2Fsquelettes%2Fcontenu%2Fstats_repartition_fonctions.php;h=70effbec4a540a4a756657126d200f69e1e576b6;hp=e2fef2f0ccc8d2ac6edf7eda035aab52363417f5;hb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543;hpb=e847eea4a82a7396dd0abf860f9b30d654f38629 diff --git a/www/plugins-dist/statistiques/prive/squelettes/contenu/stats_repartition_fonctions.php b/www/plugins-dist/statistiques/prive/squelettes/contenu/stats_repartition_fonctions.php index e2fef2f..70effbe 100644 --- a/www/plugins-dist/statistiques/prive/squelettes/contenu/stats_repartition_fonctions.php +++ b/www/plugins-dist/statistiques/prive/squelettes/contenu/stats_repartition_fonctions.php @@ -14,7 +14,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; include_spip('inc/presentation'); -// http://doc.spip.org/@enfants +// http://code.spip.net/@enfants function enfants($id_parent, $critere, &$nombre_branche, &$nombre_rub){ $result = sql_select("id_rubrique", "spip_rubriques", "id_parent=".intval($id_parent)); @@ -34,7 +34,7 @@ function enfants($id_parent, $critere, &$nombre_branche, &$nombre_rub){ } -// http://doc.spip.org/@enfants_aff +// http://code.spip.net/@enfants_aff function enfants_aff($id_parent,$decalage, $taille, $critere, $gauche=0) { global $spip_lang_right, $spip_lang_left; static $total_site=null;