Printing of card is now completely correct
This commit is contained in:
parent
bb5e2c55d6
commit
ba36e30de9
7 changed files with 175 additions and 98 deletions
|
|
@ -80,7 +80,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'");
|
||||
$a=pg_pconnect("dbname=$l_dossier host=127.0.0.1 user='phpcompta' password='$password'");
|
||||
echo_debug ("connect to $p_db");
|
||||
return $a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue