Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 207 → Rev 208

/trunk/client/cartographie/configuration/car_config.inc.php
1,5 → 1,4
<?php
 
// +----------------------------------------------------------------------------+
// |car_config.inc.php |
// +----------------------------------------------------------------------------+
12,17 → 11,17
//
// $Id: car_config.inc.php,v 1.1 2004/11/30 13:37:13 tam Exp $
 
// Paramêtres indiquant que l'on est en français pourpermettre la mise en majuscule des caractères accentués
setlocale(LC_CTYPE, "fr_FR");
 
 
 
/**
//=========================DEFINITION DE VARIABLES =================================
* Définition des variables globales
//==================================================================================
*/
 
$GLOBALS['car_auth'] = &$_GEN_commun['pear_auth'] ;
$GLOBALS['car_db'] = &$_GEN_commun['pear_db'] ;
$GLOBALS['car_auth'] =& $_GEN_commun['pear_auth'] ;
$GLOBALS['car_db'] =& $_GEN_commun['pear_db'] ;
$GLOBALS['car_url'] = $_GEN_commun['url'];
 
/**
//==================================== LES URLS ==================================
48,7 → 47,6
* Constantes des noms de tables et de champs dans l'annuaire
//==================================================================================
*/
 
define ("CAR_ANNUAIRE", "annuaire_tela") ;
define ("CAR_CHAMPS_NOM", "U_NAME") ; // Nom du champs nom
define ("CAR_CHAMPS_MAIL", "U_MAIL") ; // Nom du champs mail