diff --git a/ecrire/exec/statistiques_visites.php b/ecrire/exec/statistiques_visites.php
index cefd15a24bd1c98502e6ae76d5b58d18475c74c1..22e4dd196a033db53072dc161b7cca4a1ef50ccf 100644
--- a/ecrire/exec/statistiques_visites.php
+++ b/ecrire/exec/statistiques_visites.php
@@ -38,6 +38,7 @@ function http_img_rien($width, $height, $style='', $title='') {
 }
 
 // pondre les stats sous forme d'un fichier csv tres basique
+// http://doc.spip.org/@statistiques_csv
 function statistiques_csv($id_article) {
 	if ($id = intval($id_article))
 		$q = "SELECT date, visites FROM spip_visites_articles WHERE id_article=$id ORDER BY date";