Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Regard whitespace Rev 6 → Rev 7

/trunk/configuration/eflore_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: eflore_config.inc.php,v 1.1 2004-06-17 13:34:00 linda Exp $
// CVS : $Id: eflore_config.inc.php,v 1.2 2004-06-17 15:21:37 linda Exp $
/**
* Titre
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-06-17 13:34:00 $
*@version $Revision: 1.2 $ $Date: 2004-06-17 15:21:37 $
// +------------------------------------------------------------------------------------------------------+
*/
 
59,7 → 59,7
// +------------------------------------------------------------------------------------------------------+
// Paramétrage de la valeur du DSN pour Pear DB.
/** <br> Constante stockant le DSN permetant de se connecter à la base de données de Génésia.*/
define('EFLORE_DSN', 'mysql://'.VP_BDD_UTILISATEUR.':'.VP_BDD_MOT_DE_PASSE.'@'.VP_BDD_SERVEUR.'/'.VP_BDD_NOM);
define('EFLORE_DSN', 'mysql://'.EFLORE_BDD_UTILISATEUR.':'.EFLORE_BDD_MOT_DE_PASSE.'@'.EFLORE_BDD_SERVEUR.'/'.EFLORE_BDD_NOM);