Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bazar.php,v 1.16 2005-12-01 15:31:30 florian Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.17 2005-12-01 16:05:41 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
*@package bazar
|
25 |
*@package bazar
|
26 |
//Auteur original :
|
26 |
//Auteur original :
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
29 |
//Autres auteurs :
|
29 |
//Autres auteurs :
|
30 |
*@copyright Tela-Botanica 2000-2004
|
30 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@version $Revision: 1.16 $ $Date: 2005-12-01 15:31:30 $
|
31 |
*@version $Revision: 1.17 $ $Date: 2005-12-01 16:05:41 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 60... |
Line 60... |
60 |
// +------------------------------------------------------------------------------------------------------+
|
60 |
// +------------------------------------------------------------------------------------------------------+
|
61 |
// | ENTETE du PROGRAMME |
|
61 |
// | ENTETE du PROGRAMME |
|
62 |
// +------------------------------------------------------------------------------------------------------+
|
62 |
// +------------------------------------------------------------------------------------------------------+
|
Line 63... |
Line 63... |
63 |
|
63 |
|
64 |
error_reporting(E_ALL);
|
64 |
error_reporting(E_ALL);
|
65 |
require_once PAP_CHEMIN_RACINE.'api/pear/DB.php' ;
|
65 |
require_once 'DB.php' ;
|
66 |
require_once PAP_CHEMIN_RACINE.'api/pear/Auth.php' ;
|
66 |
require_once 'Auth.php' ;
|
67 |
require_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
|
67 |
require_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
|
Line 68... |
Line 68... |
68 |
require_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
|
68 |
require_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
|
69 |
|
69 |
|
Line 182... |
Line 182... |
182 |
|
182 |
|
183 |
|
183 |
|
184 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
184 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
185 |
*
|
- |
|
186 |
* $Log: not supported by cvs2svn $
|
- |
|
187 |
* Revision 1.16 2005/12/01 15:31:30 florian
|
185 |
*
|
188 |
* correction bug modifs et saisies
|
186 |
* $Log: not supported by cvs2svn $
|
189 |
*
|
187 |
* Revision 1.15 2005/11/30 13:58:45 florian
|
190 |
* Revision 1.15 2005/11/30 13:58:45 florian
|
188 |
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
|
191 |
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
|
189 |
*
|
192 |
*
|