Subversion Repositories Applications.bazar

Rev

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

Rev 130 Rev 133
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.18 2006-06-02 09:29:30 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.19 2006-06-21 15:40:15 alexandre_tb 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.18 $ $Date: 2006-06-02 09:29:30 $
34
*@version       $Revision: 1.19 $ $Date: 2006-06-21 15:40:15 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                             LES CONSTANTES DES ACTIONS DE BAZAR                                      |
39
// |                             LES CONSTANTES DES ACTIONS DE BAZAR                                      |
Line 40... Line 40...
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
-
 
41
 
41
 
42
define ('BAZ_VOIR_TOUTES_ANNONCES', 1) ;
42
define ('BAZ_VOIR_TOUTES_ANNONCES', 1) ;
43
define ('BAZ_ACTION_VOIR_VOS_ANNONCES', 2);
43
define ('BAZ_DEPOSER_ANNONCE', 3) ;
44
define ('BAZ_DEPOSER_ANNONCE', 3) ;
44
define ('BAZ_ANNONCES_A_VALIDER', 4) ;
45
define ('BAZ_ANNONCES_A_VALIDER', 4) ;
45
define ('BAZ_GERER_DROITS', 5) ;
46
define ('BAZ_GERER_DROITS', 5) ;
Line 139... Line 140...
139
 
140
 
140
 
141
 
141
/* +--Fin du code ----------------------------------------------------------------------------------------+
142
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
143
*
-
 
144
* $Log: not supported by cvs2svn $
-
 
145
* Revision 1.18  2006/06/02 09:29:30  florian
142
*
146
* ajout constante nom wikini
143
* $Log: not supported by cvs2svn $
147
*
144
* Revision 1.17  2006/05/19 13:53:57  florian
148
* Revision 1.17  2006/05/19 13:53:57  florian
145
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
149
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
146
*
150
*