From 18c79f293785611a5fc8d86dff92841835febe53 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Jan 2004 23:07:40 +0000 Subject: [PATCH] Un message d'erreur plus complet qu m'aurait fait gagner du temps. --- htdocs/paiement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/paiement.class.php b/htdocs/paiement.class.php index e0cded8daf1..5098e3dbea2 100644 --- a/htdocs/paiement.class.php +++ b/htdocs/paiement.class.php @@ -65,7 +65,7 @@ class Paiement } else { - print "$sql"; + print $this->db->error() ."
".$sql; } } /*