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.4 2005-12-19 11:06:01 alexandre_tb Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.5 2005-12-19 13:16:38 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.4 $ $Date: 2005-12-19 11:06:01 $
|
35 |
*@version $Revision: 1.5 $ $Date: 2005-12-19 13:16:38 $
|
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 97... |
Line 97... |
97 |
/** Champs pour la vue sur carto*/
|
97 |
/** Champs pour la vue sur carto*/
|
98 |
define ('INS_CHAMPS_NUM_AGREMENT', 'a_num_agrement_fpc');
|
98 |
define ('INS_CHAMPS_NUM_AGREMENT', 'a_num_agrement_fpc');
|
Line 99... |
Line 99... |
99 |
|
99 |
|
100 |
if (INS_CHAMPS_LETTRE != '') {
|
100 |
if (INS_CHAMPS_LETTRE != '') {
|
101 |
/** adresse d'inscription à la newsletter */
|
101 |
/** adresse d'inscription à la newsletter */
|
102 |
define ('INS_MAIL_INSCRIPTION_LISTE', 'newsletter-subscribe@educ-envir.org');
|
102 |
define ('INS_MAIL_INSCRIPTION_LISTE', 'newsletter-subscribe@domaine.org');
|
103 |
/** adresse de désinscription à la newsletter */
|
103 |
/** adresse de désinscription à la newsletter */
|
104 |
define ('INS_MAIL_DESINSCRIPTION_LISTE', 'newsletter-unsubscribe@educ-envir.org');
|
104 |
define ('INS_MAIL_DESINSCRIPTION_LISTE', 'newsletter-unsubscribe@domaine.org');
|
Line 105... |
Line 105... |
105 |
}
|
105 |
}
|
106 |
|
106 |
|
107 |
//teste si l'on est dans l'application Papyrus
|
107 |
//teste si l'on est dans l'application Papyrus
|
Line 227... |
Line 227... |
227 |
}
|
227 |
}
|
Line 228... |
Line 228... |
228 |
|
228 |
|
229 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
229 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
230 |
*
|
230 |
*
|
- |
|
231 |
* $Log: not supported by cvs2svn $
|
- |
|
232 |
* Revision 1.4 2005/12/19 11:06:01 alexandre_tb
|
- |
|
233 |
* modification dans la table annuaire
|
231 |
* $Log: not supported by cvs2svn $
|
234 |
*
|
232 |
* Revision 1.3 2005/11/17 18:48:02 florian
|
235 |
* Revision 1.3 2005/11/17 18:48:02 florian
|
233 |
* corrections bugs + amélioration de l'application d'inscription
|
236 |
* corrections bugs + amélioration de l'application d'inscription
|
234 |
*
|
237 |
*
|
235 |
* Revision 1.2 2005/09/29 13:56:48 alexandre_tb
|
238 |
* Revision 1.2 2005/09/29 13:56:48 alexandre_tb
|