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
|
@@ 166-170 (lines=5) @@
|
| 163 |
|
$GLOBALS['debug_objets']['resultat'][$fonc . 'tout'] = $t; |
| 164 |
|
$GLOBALS['debug_objets']['courant'] = $courant; |
| 165 |
|
$GLOBALS['debug_objets']['profile'][$sourcefile] = $profile; |
| 166 |
|
if ($GLOBALS['debug_objets']['sourcefile'] |
| 167 |
|
and (_request('var_mode_objet') == $fonc) |
| 168 |
|
and (_request('var_mode_affiche') == 'resultat') |
| 169 |
|
) { |
| 170 |
|
erreur_squelette(); |
| 171 |
|
} |
| 172 |
|
} |
| 173 |
|
// Si #CACHE{} n'etait pas la, le mettre a $delais |