Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 34 → Rev 35

/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.3 2004-07-06 17:27:23 jpm Exp $
// CVS : $Id: papyrus.php,v 1.4 2004-09-10 16:39:04 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.3 $ $Date: 2004-07-06 17:27:23 $
*@version $Revision: 1.4 $ $Date: 2004-09-10 16:39:04 $
// +------------------------------------------------------------------------------------------------------+
*/
 
44,6 → 44,8
// +------------------------------------------------------------------------------------------------------+
// | ENTÊTE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
// Création de la variable globale de Papyrus
$GLOBALS['_GEN_commun'] = '';
 
// Première mesure du chronométrage
$chrono_flash['depart'] = microtime();
142,8 → 144,9
if (! empty($_GEN_commun['sortie'])) {
if (GEN_DEBOGAGE) {
// En cas de chronométrage, nous insérons le tableau des résultats.
$chronometrage = BOG_afficherChrono(12);
$_GEN_commun['sortie'] = str_replace('<!-- CHRONOMETRAGE -->', $chronometrage, $_GEN_commun['sortie']);
$debogage = BOG_afficherChrono(12);
$debogage .= $_GEN_commun['debogage_info'];
$_GEN_commun['sortie'] = str_replace('<!-- CHRONOMETRAGE -->', $debogage, $_GEN_commun['sortie']);
}
include_once GEN_CHEMIN_PAP.'pap_envoi.inc.php';
}
154,6 → 157,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.3 2004/07/06 17:27:23 jpm
* Suppression d'inclusion du fichier de fonctions inutilisées dans Papyrus.
*
* Revision 1.2 2004/06/16 15:10:24 jpm
* Ajout de constantes de chemins.
*