Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 56 → Rev 57

/trunk/bazar.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bazar.php,v 1.16 2005-12-01 15:31:30 florian Exp $
// CVS : $Id: bazar.php,v 1.17 2005-12-01 16:05:41 florian Exp $
/**
*
*@package bazar
28,7 → 28,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.16 $ $Date: 2005-12-01 15:31:30 $
*@version $Revision: 1.17 $ $Date: 2005-12-01 16:05:41 $
// +------------------------------------------------------------------------------------------------------+
*/
 
62,8 → 62,8
// +------------------------------------------------------------------------------------------------------+
 
error_reporting(E_ALL);
require_once PAP_CHEMIN_RACINE.'api/pear/DB.php' ;
require_once PAP_CHEMIN_RACINE.'api/pear/Auth.php' ;
require_once 'DB.php' ;
require_once 'Auth.php' ;
require_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
require_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
 
184,6 → 184,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.16 2005/12/01 15:31:30 florian
* correction bug modifs et saisies
*
* Revision 1.15 2005/11/30 13:58:45 florian
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
*