Fix : Show detail of an operation if the user has access to at least

one ledger (case of ledger == 0 )
This commit is contained in:
sparkyx 2005-10-10 09:11:06 +00:00
parent 80864f8036
commit cc28ba8a2b

View file

@ -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