From e498a75005e8f541a6557910f2ccf7ec322a02ce Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Mon, 20 Nov 2006 22:43:15 +0000
Subject: [PATCH] autodoc

---
 ecrire/inc/notifications.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecrire/inc/notifications.php b/ecrire/inc/notifications.php
index a42d479ef2..e35fc89653 100644
--- a/ecrire/inc/notifications.php
+++ b/ecrire/inc/notifications.php
@@ -208,6 +208,7 @@ function email_notification_forum ($t, $email) {
 // dans ecrire/inc/forum_insert.php ; ici on va notifier ceux qui ne l'ont
 // pas ete a la notification forumposte (sachant que les deux peuvent se
 // suivre si le forum est valide directement ('pos' ou 'abo')
+// http://doc.spip.org/@notifications_forumvalide_dist
 function notifications_forumvalide_dist($quoi, $id_forum) {
 	$s = spip_query("SELECT * FROM spip_forum WHERE id_forum="._q($id_forum));
 	if (!$t = spip_fetch_array($s))
-- 
GitLab