From 64a854112765660812c34ae71d499cdf2de612e3 Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Thu, 13 Mar 2008 22:42:49 +0000
Subject: [PATCH] autodoc

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

diff --git a/ecrire/inc/autoriser.php b/ecrire/inc/autoriser.php
index 33542bb301..5ff53f0618 100644
--- a/ecrire/inc/autoriser.php
+++ b/ecrire/inc/autoriser.php
@@ -112,6 +112,7 @@ function autoriser_dist($faire, $type='', $id=0, $qui = NULL, $opt = NULL) {
 
 // une globale pour aller au plus vite dans la fonction generique ci dessus
 $GLOBALS['autoriser_exception']=array();
+// http://doc.spip.org/@autoriser_exception
 function autoriser_exception($faire,$type,$id,$autoriser=true){
 	// une static innaccessible par url pour verifier que la globale est positionnee a bon escient
 	static $autorisation;
-- 
GitLab