Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 289 → Rev 290

/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.10 2005-02-28 13:50:01 jpm Exp $
// CVS : $Id: papyrus.php,v 1.11 2005-03-02 11:04:31 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.10 $ $Date: 2005-02-28 13:50:01 $
*@version $Revision: 1.11 $ $Date: 2005-03-02 11:04:31 $
// +------------------------------------------------------------------------------------------------------+
*/
 
166,7 → 166,7
$GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'CHRONOMETRAGE -->', BOG_afficherChrono(12), $GLOBALS['_GEN_commun']['sortie']);
// Gestion des erreurs et du débogage
$GLOBALS['_DEBOGAGE_'] .= $GLOBALS['_PAPYRUS_']['erreur']->retournerErreurs();
$GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'DEBOGAGE -->', $_DEBOGAGE_, $GLOBALS['_GEN_commun']['sortie']);
$GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'DEBOGAGE -->', $GLOBALS['_DEBOGAGE_'], $GLOBALS['_GEN_commun']['sortie']);
}
include_once GEN_CHEMIN_PAP.'pap_envoi.inc.php';
}
177,6 → 177,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.10 2005/02/28 13:50:01 jpm
* Modification de l'utilisation d'une variable globale.
*
* Revision 1.9 2004/11/29 17:14:26 jpm
* Correction d'un bogue concernant la variable privée _DEBOGAGE_.
*