0000577: Remplacer FICHE par PRINTCARD

This commit is contained in:
Dany De Bontridder 2012-06-23 00:32:15 +00:00
parent 414748d993
commit e1e16dd360
7 changed files with 349 additions and 199 deletions

View file

@ -147,7 +147,7 @@ class Database
}
if ( ! $this->ret )
{
$str_error=pg_last_error($this->db). pg_result_error($this->db);
$str_error=pg_last_error($this->db). pg_result_error($this->ret);
throw new Exception (" SQL ERROR $p_string ".$str_error,1 );
}