From 52f919b98501e3badc773df1fbc1eae06d05f892 Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Tue, 12 Dec 2006 22:42:31 +0000
Subject: [PATCH] autodoc

---
 ecrire/exec/statistiques_visites.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecrire/exec/statistiques_visites.php b/ecrire/exec/statistiques_visites.php
index cefd15a24b..22e4dd196a 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";
-- 
GitLab