Skip to content
Extraits de code Groupes Projets
Valider fba07b22 rédigé par Christian Lefebvre's avatar Christian Lefebvre
Parcourir les fichiers

autodoc

parent 2764b385
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -18,6 +18,7 @@ define ('_DEBUG_AUTORISER', false); ...@@ -18,6 +18,7 @@ define ('_DEBUG_AUTORISER', false);
// surcharge possible de autoriser(), sinon autoriser_dist() // surcharge possible de autoriser(), sinon autoriser_dist()
// http://doc.spip.org/@autoriser // http://doc.spip.org/@autoriser
if (!function_exists('autoriser')) { if (!function_exists('autoriser')) {
// http://doc.spip.org/@autoriser
function autoriser() { function autoriser() {
$args = func_get_args(); $args = func_get_args();
return call_user_func_array('autoriser_dist', $args); return call_user_func_array('autoriser_dist', $args);
......
...@@ -456,6 +456,7 @@ function debug_dumpfile ($texte, $fonc, $type) { ...@@ -456,6 +456,7 @@ function debug_dumpfile ($texte, $fonc, $type) {
// Fonction pour l'espace de redaction, appeler par ecrire/index.php // Fonction pour l'espace de redaction, appeler par ecrire/index.php
// http://doc.spip.org/@debug_script
function debug_script ($fonc) { function debug_script ($fonc) {
$sax = charger_fonction($GLOBALS['xml_indent'], 'inc'); $sax = charger_fonction($GLOBALS['xml_indent'], 'inc');
...@@ -471,6 +472,7 @@ function debug_script ($fonc) { ...@@ -471,6 +472,7 @@ function debug_script ($fonc) {
} }
} }
// http://doc.spip.org/@debug_debut
function debug_debut($titre) function debug_debut($titre)
{ {
global $auteur_session; global $auteur_session;
...@@ -491,6 +493,7 @@ function debug_debut($titre) ...@@ -491,6 +493,7 @@ function debug_debut($titre)
"\n<div id='spip-debug' style='position: absolute; top: 22px; z-index: 1000;height:97%;left:10px;right:10px;'><div id='spip-boucles'>\n"; "\n<div id='spip-debug' style='position: absolute; top: 22px; z-index: 1000;height:97%;left:10px;right:10px;'><div id='spip-boucles'>\n";
} }
// http://doc.spip.org/@debug_fin
function debug_fin() function debug_fin()
{ {
global $debug_objets; global $debug_objets;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter