From 5aed8349560e1716a4454960aaed1cba34b758dc Mon Sep 17 00:00:00 2001 From: Christian Lefebvre <christian_lefebvre@laposte.net> Date: Tue, 19 Dec 2006 22:42:39 +0000 Subject: [PATCH] autodoc --- ecrire/inc/presentation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php index 64f6c444dd..57f241596c 100644 --- a/ecrire/inc/presentation.php +++ b/ecrire/inc/presentation.php @@ -1654,6 +1654,7 @@ function creer_colonne_droite($rubrique="", $return= false){ if ($return) return $res; else echo $res; } +// http://doc.spip.org/@formulaire_large function formulaire_large() { return preg_match(',^((articles|breves|rubriques)_edit|forum_envoi),', $_GET['exec']); -- GitLab