From cc28ba8a2b4f9ce597ac1e49703e5935f535ef9e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 10 Oct 2005 09:11:06 +0000 Subject: [PATCH] Fix : Show detail of an operation if the user has access to at least one ledger (case of ledger == 0 ) --- include/postgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/postgres.php b/include/postgres.php index a352f4800..89cbb49d4 100644 --- a/include/postgres.php +++ b/include/postgres.php @@ -87,7 +87,7 @@ function DbConnect($p_db=-1,$p_type='dossier') { } $password=phpcompta_password; $a=pg_connect("dbname=$l_dossier host=127.0.0.1 user='phpcompta' password='$password'"); - echo_debug ("connect to $p_db"); + echo_debug (__FILE__,__LINE__,"connect to $p_db dbname $l_dossier"); return $a; } /* function ExecSql