X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fstatistiques%2Fprive%2Fsquelettes%2Fcontenu%2Fstats_repartition_fonctions.php;h=a239ff9ee40514fc780975451582a7e4c603c8e1;hb=4a628e9b277d3617535f99d663ca79fa2e891177;hp=99a6b4b4421c4539569c08641be33921fbc73a2a;hpb=7d713208d51912c36917f01965f97b2dde897738;p=lhc%2Fweb%2Fwww.git 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 99a6b4b4..a239ff9e 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://code.spip.net/@enfants +// https://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://code.spip.net/@enfants_aff +// https://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;