Line 8... |
Line 8... |
8 |
// | Fichier de configuration de annuaire_moteur.php |
|
8 |
// | Fichier de configuration de annuaire_moteur.php |
|
9 |
// +--------------------------------------------------------------------------------+
|
9 |
// +--------------------------------------------------------------------------------+
|
10 |
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
|
10 |
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
|
11 |
// +--------------------------------------------------------------------------------+
|
11 |
// +--------------------------------------------------------------------------------+
|
12 |
//
|
12 |
//
|
13 |
// $Id: annuaire_backoffice.config.inc.php,v 1.3 2006-12-01 16:02:15 florian Exp $
|
13 |
// $Id: annuaire_backoffice.config.inc.php,v 1.4 2007-04-11 08:30:12 neiluj Exp $
|
Line 14... |
Line 14... |
14 |
|
14 |
|
15 |
/**
|
15 |
/**
|
16 |
//==================================== CONSTANTES ==================================
|
16 |
//==================================== CONSTANTES ==================================
|
17 |
* Constantes des noms de tables et de champs dans l'annuaire admin papyrus
|
17 |
* Constantes des noms de tables et de champs dans l'annuaire admin papyrus
|
Line 28... |
Line 28... |
28 |
define ('INS_CHAMPS_NOM', 'ga_nom');
|
28 |
define ('INS_CHAMPS_NOM', 'ga_nom');
|
29 |
/** Champs prénom */
|
29 |
/** Champs prénom */
|
30 |
define ('INS_CHAMPS_PRENOM', 'ga_prenom');
|
30 |
define ('INS_CHAMPS_PRENOM', 'ga_prenom');
|
31 |
/** Champs mot de passe */
|
31 |
/** Champs mot de passe */
|
32 |
define ('INS_CHAMPS_PASSE', 'ga_mot_de_passe');
|
32 |
define ('INS_CHAMPS_PASSE', 'ga_mot_de_passe');
|
33 |
/** Champs identifiant pays */
|
- |
|
34 |
define ('INS_CHAMPS_PAYS', 'ga_ce_i18n');
|
- |
|
35 |
/** Nom de la table des départements */
|
- |
|
36 |
define ('INS_TABLE_DPT', 'gen_departement');
|
- |
|
37 |
/** Nom de la table des pays */
|
- |
|
38 |
define ('INS_TABLE_PAYS', 'gen_i18n_pays');
|
- |
|
39 |
/** Champs identifiant du pays de la table des pays*/
|
- |
|
40 |
define ('INS_CHAMPS_ID_PAYS', 'gip_id_pays');
|
- |
|
41 |
/** Champs nom du pays de la table des pays*/
|
- |
|
42 |
define ('INS_CHAMPS_LABEL_PAYS', 'gip_nom_pays_traduit');
|
- |
|
43 |
/** Champs qui contient la localisation */
|
- |
|
44 |
define ('INS_CHAMPS_I18N_PAYS', ' gip_id_i18n') ;
|
- |
|
45 |
?>
|
33 |
?>
|
46 |
|
34 |
|