ecrire/public/composer.php 1 location
|
@@ 140-143 (lines=4) @@
|
| 137 |
|
$GLOBALS['debug_objets']['code'][$nom . 'tout'] = $code; |
| 138 |
|
|
| 139 |
|
// si c'est ce que demande le debusqueur, lui passer la main |
| 140 |
|
if ($GLOBALS['debug_objets']['sourcefile'] |
| 141 |
|
and (_request('var_mode_objet') == $nom) |
| 142 |
|
and (_request('var_mode_affiche') == 'code') |
| 143 |
|
) { |
| 144 |
|
erreur_squelette(); |
| 145 |
|
} |
| 146 |
|
} |
ecrire/public/parametrer.php 1 location
|
@@ 151-155 (lines=5) @@
|
| 148 |
|
$GLOBALS['debug_objets']['resultat'][$fonc . 'tout'] = $t; |
| 149 |
|
$GLOBALS['debug_objets']['courant'] = $courant; |
| 150 |
|
$GLOBALS['debug_objets']['profile'][$sourcefile] = $profile; |
| 151 |
|
if ($GLOBALS['debug_objets']['sourcefile'] |
| 152 |
|
and (_request('var_mode_objet') == $fonc) |
| 153 |
|
and (_request('var_mode_affiche') == 'resultat') |
| 154 |
|
) { |
| 155 |
|
erreur_squelette(); |
| 156 |
|
} |
| 157 |
|
} |
| 158 |
|
// Si #CACHE{} n'etait pas la, le mettre a $delais |