Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 190 → Rev 191

/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.8 2004-11-29 15:54:31 jpm Exp $
// CVS : $Id: papyrus.php,v 1.9 2004-11-29 17:14:26 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.8 $ $Date: 2004-11-29 15:54:31 $
*@version $Revision: 1.9 $ $Date: 2004-11-29 17:14:26 $
// +------------------------------------------------------------------------------------------------------+
*/
 
45,10 → 45,10
// | ENTÊTE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
// Création des variables globale de Papyrus
$GLOBALS['_GEN_commun'] = array();
$GLOBALS['_PAPYRUS_'] = array();
$GLOBALS['_DEBOGAGE_'] = array();
$GLOBALS['_CHRONO_'] = array();
$GLOBALS['_GEN_commun'] = array();
$GLOBALS['_PAPYRUS_'] = array();
$GLOBALS['_DEBOGAGE_'] = '';
$GLOBALS['_CHRONO_'] = array();
 
// Première mesure du chronométrage
$_CHRONO_['depart'] = microtime();
177,6 → 177,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.8 2004/11/29 15:54:31 jpm
* Changement de nom de variable et légères corrections.
*
* Revision 1.7 2004/11/24 18:33:05 jpm
* Ajout de la variable globale _PAPYRUS_.
*