Subversion Repositories Applications.bazar

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 7
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: baz_config.inc.php,v 1.4 2005-07-21 19:03:12 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.5 2005-09-28 16:06:03 florian Exp $
23
/**
23
/**
24
* Fichier de configuration du bazar
24
* Fichier de configuration du bazar
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.4 $ $Date: 2005-07-21 19:03:12 $
34
*@version       $Revision: 1.5 $ $Date: 2005-09-28 16:06:03 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
37
//==================================== LES FLUX RSS==================================
37
//==================================== LES FLUX RSS==================================
38
// Constantes liées aux flux RSS
38
// Constantes liées aux flux RSS
39
//==================================================================================
39
//==================================================================================
Line 61... Line 61...
61
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
61
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
Line 62... Line 62...
62
 
62
 
63
$GLOBALS['_BAZAR_']['db'] = & $GLOBALS['_GEN_commun']['pear_db'];
63
$GLOBALS['_BAZAR_']['db'] = & $GLOBALS['_GEN_commun']['pear_db'];
Line 64... Line 64...
64
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'];
64
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'];
65
	
65
	
66
define ('BAZ_ANNUAIRE','annuaire');
66
define ('BAZ_ANNUAIRE','gen_annuaire'); //Table annuaire
67
define ('BAZ_CHAMPS_ID','a_id'); //Champs index sur la table annuaire
67
define ('BAZ_CHAMPS_ID','ga_id_administrateur'); //Champs index sur la table annuaire
-
 
68
define ('BAZ_CHAMPS_NOM','ga_nom'); //Champs nom sur la table annuaire
Line 68... Line 69...
68
define ('BAZ_CHAMPS_NOM','a_nom'); //Champs nom sur la table annuaire
69
define ('BAZ_CHAMPS_PRENOM','ga_prenom'); //Champs prenom sur la table annuaire
69
define ('BAZ_CHAMPS_PRENOM','a_prenom'); //Champs prenom sur la table annuaire
70
define ('BAZ_CHAMPS_EMAIL','ga_mail'); //Champs prenom sur la table annuaire
70
	
71
	
Line 87... Line 88...
87
 
88
 
88
 
89
 
89
/* +--Fin du code ----------------------------------------------------------------------------------------+
90
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
91
*
-
 
92
* $Log: not supported by cvs2svn $
-
 
93
* Revision 1.4  2005/07/21 19:03:12  florian
90
*
94
* nouveautés bazar: templates fiches, correction de bugs, ...
91
* $Log: not supported by cvs2svn $
95
*
92
* Revision 1.2  2005/02/22 15:34:17  florian
96
* Revision 1.2  2005/02/22 15:34:17  florian
93
* integration dans Papyrus
97
* integration dans Papyrus
94
*
98
*