Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 209 Rev 210
Line 72... Line 72...
72
/**
72
/**
73
//==================================== CONSTANTES ==================================
73
//==================================== CONSTANTES ==================================
74
* Constantes des noms de tables et de champs dans l'annuaire
74
* Constantes des noms de tables et de champs dans l'annuaire
75
//==================================================================================
75
//==================================================================================
76
*/
76
*/
77
define ("ANN_ANNUAIRE", "annuaire_tela") ;
77
define ("ANN_ANNUAIRE", "annuaire_tela");
78
define ("ANN_CHAMPS_NOM", "U_NAME") ;                   // Nom du champs nom
78
define ("ANN_CHAMPS_NOM", "U_NAME"); // Nom du champs nom
79
define ("ANN_CHAMPS_MAIL", "U_MAIL") ;                  // Nom du champs mail
79
define ("ANN_CHAMPS_MAIL", "U_MAIL"); // Nom du champs mail
80
define ("ANN_CHAMPS_PRENOM", "U_SURNAME") ;             // Nom du champs prénom
80
define ("ANN_CHAMPS_PRENOM", "U_SURNAME"); // Nom du champs prénom
81
define ("ANN_CHAMPS_ID", "U_ID") ;      // Nom du champs id
81
define ("ANN_CHAMPS_ID", "U_ID"); // Nom du champs id
82
define ("ANN_CHAMPS_DATE_INS", "U_DATE") ;
82
define ("ANN_CHAMPS_DATE_INS", "U_DATE");
83
define ("ANN_CHAMPS_CODE_POSTAL", "U_ZIP_CODE") ;
83
define ("ANN_CHAMPS_CODE_POSTAL", "U_ZIP_CODE");
84
define ("ANN_CHAMPS_VILLE", "U_CITY") ;
84
define ("ANN_CHAMPS_VILLE", "U_CITY");
85
define ("ANN_CHAMPS_PAYS", "U_COUNTRY") ;
85
define ("ANN_CHAMPS_PAYS", "U_COUNTRY");
-
 
86
 
86
define ("ANN_TABLE_PAYS", "gen_COUNTRY") ;
87
define ("ANN_TABLE_PAYS", "gen_COUNTRY");
-
 
88
define ("ANN_GC_ID", "GC_ID");
-
 
89
define ("ANN_GC_NOM", "GC_NAME");
-
 
90
 
87
define ("ANN_TABLE_DEPARTEMENT", "gen_FRENCH_DPT") ;
91
define ("ANN_TABLE_DEPARTEMENT", "gen_FRENCH_DPT") ;
Line 88... Line 92...
88
 
92
 
89
/**
93
/**
90
//==================================== CONSTANTES==================================
94
//==================================== CONSTANTES==================================