Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 57 → Rev 58

/trunk/papyrus.php
22,7 → 22,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: papyrus.php,v 1.4 2004-09-10 16:39:04 jpm Exp $
// CVS : $Id: papyrus.php,v 1.5 2004-09-28 14:57:53 jpm Exp $
/**
* Papyrus : programme principale appelant différent fichier à inclure dans un ordre précis.
*
37,7 → 37,7
*@author Alexandre GRANIER <alex@tela-botanica.org>
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2004-09-10 16:39:04 $
*@version $Revision: 1.5 $ $Date: 2004-09-28 14:57:53 $
// +------------------------------------------------------------------------------------------------------+
*/
 
144,9 → 144,9
if (! empty($_GEN_commun['sortie'])) {
if (GEN_DEBOGAGE) {
// En cas de chronométrage, nous insérons le tableau des résultats.
$debogage = BOG_afficherChrono(12);
$debogage .= $_GEN_commun['debogage_info'];
$_GEN_commun['sortie'] = str_replace('<!-- CHRONOMETRAGE -->', $debogage, $_GEN_commun['sortie']);
$debogage = BOG_afficherChrono(12);
$_GEN_commun['sortie'] = str_replace('<!-- CHRONOMETRAGE -->', $debogage, $_GEN_commun['sortie']);
$_GEN_commun['sortie'] = str_replace('<!-- DEBOGAGE -->', $_GEN_commun['debogage_info'], $_GEN_commun['sortie']);
}
include_once GEN_CHEMIN_PAP.'pap_envoi.inc.php';
}
157,6 → 157,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.4 2004/09/10 16:39:04 jpm
* Ajout des infos de débogage à la sortie.
*
* Revision 1.3 2004/07/06 17:27:23 jpm
* Suppression d'inclusion du fichier de fonctions inutilisées dans Papyrus.
*