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: bottin.config.inc.php,v 1.7 2006-04-04 12:23:05 florian Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.8 2006-04-10 09:51:28 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration de l'application d'inscription/annuaire
|
24 |
* Fichier de configuration de l'application d'inscription/annuaire
|
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 30... |
Line 30... |
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 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.7 $ $Date: 2006-04-04 12:23:05 $
|
35 |
*@version $Revision: 1.8 $ $Date: 2006-04-10 09:51:28 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
38 |
//================================= CONSTANTES DB ==================================
|
38 |
//================================= CONSTANTES DB ==================================
|
39 |
/** Nom de la table Annuaire */
|
39 |
/** Nom de la table Annuaire */
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
Line 205... |
Line 205... |
205 |
/** L'inscription génère t'elle l'inscription à un Wikini? Mettre à 1 pour oui , et 0 pour non */
|
205 |
/** L'inscription génère t'elle l'inscription à un Wikini? Mettre à 1 pour oui , et 0 pour non */
|
206 |
define ('INS_UTILISE_WIKINI', 1);
|
206 |
define ('INS_UTILISE_WIKINI', 1);
|
207 |
if (INS_UTILISE_WIKINI) {
|
207 |
if (INS_UTILISE_WIKINI) {
|
208 |
/** Le nom du champs contenant le nom wikini dans l'annuaire */
|
208 |
/** Le nom du champs contenant le nom wikini dans l'annuaire */
|
209 |
define ('INS_CHAMPS_NOM_WIKINI', 'a_nom_wikini');
|
209 |
define ('INS_CHAMPS_NOM_WIKINI', 'a_nom_wikini');
|
- |
|
210 |
|
- |
|
211 |
/** Le nom Wiki est il genere automatiquement */
|
- |
|
212 |
define ('INS_NOM_WIKINI_GENERE', 1) ;
|
210 |
}
|
213 |
}
|
Line 211... |
Line 214... |
211 |
|
214 |
|
212 |
/** L'inscription utilise t'elle le module projet? Mettre à 1 pour oui , et 0 pour non */
|
215 |
/** L'inscription utilise t'elle le module projet? Mettre à 1 pour oui , et 0 pour non */
|
213 |
define ('INS_UTILISE_MODULE_PROJET', 1) ;
|
216 |
define ('INS_UTILISE_MODULE_PROJET', 1) ;
|
Line 231... |
Line 234... |
231 |
}
|
234 |
}
|
Line 232... |
Line 235... |
232 |
|
235 |
|
233 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
236 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
234 |
*
|
237 |
*
|
- |
|
238 |
* $Log: not supported by cvs2svn $
|
- |
|
239 |
* Revision 1.7 2006/04/04 12:23:05 florian
|
- |
|
240 |
* modifs affichage fiches, généricité de la carto, modification totale de l'appli annuaire
|
235 |
* $Log: not supported by cvs2svn $
|
241 |
*
|
236 |
* Revision 1.6 2006/03/15 11:04:27 alexandre_tb
|
242 |
* Revision 1.6 2006/03/15 11:04:27 alexandre_tb
|
237 |
* ajout du tableau mail_admin qui contient la liste des administrateurs qui recevront un double du mail d'inscription
|
243 |
* ajout du tableau mail_admin qui contient la liste des administrateurs qui recevront un double du mail d'inscription
|
238 |
*
|
244 |
*
|
239 |
* Revision 1.5 2005/12/19 13:16:38 alexandre_tb
|
245 |
* Revision 1.5 2005/12/19 13:16:38 alexandre_tb
|