Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 296 → Rev 312

/trunk/client/annuaire/configuration/ann_config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: ann_config.inc.php,v 1.2 2005-03-08 09:43:34 alex Exp $
// CVS : $Id: ann_config.inc.php,v 1.3 2005-03-24 08:46:29 alex Exp $
/**
* Fichier de configuration de l'annuaire
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $
*@version $Revision: 1.3 $
// +------------------------------------------------------------------------------------------------------+
*/
 
74,11 → 74,16
//==================================================================================
*/
 
define ("ANN_ANNUAIRE", "annuaire") ;
define ("ANN_CHAMPS_NOM", "a_nom") ; // Nom du champs nom
define ("ANN_CHAMPS_MAIL", "a_mail") ; // Nom du champs mail
define ("ANN_CHAMPS_PRENOM", "a_prenom") ; // Nom du champs prénom
define ("ANN_CHAMPS_ID", "a_id") ; // Nom du champs id
define ("ANN_ANNUAIRE", "annuaire_tela") ;
define ("ANN_CHAMPS_NOM", "U_NAME") ; // Nom du champs nom
define ("ANN_CHAMPS_MAIL", "U_MAIL") ; // Nom du champs mail
define ("ANN_CHAMPS_PRENOM", "U_SURNAME") ; // Nom du champs prénom
define ("ANN_CHAMPS_ID", "U_ID") ; // Nom du champs id
define ("ANN_CHAMPS_DATE_INS", "U_DATE") ;
define ("ANN_CHAMPS_VILLE", "U_CITY") ;
define ("ANN_CHAMPS_PAYS", "U_COUNTRY") ;
define ("ANN_TABLE_PAYS", "gen_COUNTRY") ;
define ("ANN_TABLE_DEPARTEMENT", "gen_FRENCH_DPT") ;
 
/**
//==================================== CONSTANTES==================================
91,6 → 96,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/03/08 09:43:34 alex
* --
*
* Revision 1.1.1.1 2005/01/03 17:27:49 alex
* Import initial
*