MDB2 est fonctionnel

This commit is contained in:
Regis Houssin 2007-08-17 10:04:30 +00:00
parent ebd60c5c9b
commit 2468887b8b

View File

@ -249,14 +249,14 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
{ {
// Authentification Auth OK, on va chercher le login // Authentification Auth OK, on va chercher le login
$login=$aDol->getUsername(); $login=$aDol->getUsername();
dolibarr_syslog ("Authentification ok (en mode Pear Base Dolibarr)"); dolibarr_syslog ("Authentification ok (en mode Pear Base Dolibarr_mdb2)");
} }
else else
{ {
if (isset($_POST["loginfunction"])) if (isset($_POST["loginfunction"]))
{ {
// Echec authentification // Echec authentification
dolibarr_syslog("Authentification ko (en mode Pear Base Dolibarr) pour '".$_POST["username"]."'"); dolibarr_syslog("Authentification ko (en mode Pear Base Dolibarr_mdb2) pour '".$_POST["username"]."'");
} }
else else
{ {