Printing of card is now completely correct

This commit is contained in:
sparkyx 2005-02-01 20:56:14 +00:00
parent bb5e2c55d6
commit ba36e30de9
7 changed files with 175 additions and 98 deletions

View file

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