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:
parent
80864f8036
commit
cc28ba8a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue