manquait une parenthèse fermante

This commit is contained in:
erics 2004-09-10 19:16:45 +00:00
parent c3ee3d4576
commit 27ae7510fb

View File

@ -38,7 +38,7 @@ if($dolibarr_main_db_type == "mysql")
} }
else else
{ {
require ($dolibarr_main_document_root . "/lib/pgsql.lib.php"; require ($dolibarr_main_document_root . "/lib/pgsql.lib.php");
require ($dolibarr_main_document_root . "/lib/grant.postgres.php"); require ($dolibarr_main_document_root . "/lib/grant.postgres.php");
$choix=2; $choix=2;
} }