From 07c08da793a92b15154eedd3ff71ae502465240f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Dec 2006 13:47:56 +0000 Subject: [PATCH] Fix: Message erreur --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index f8055a313fc..1930ca712ba 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -167,7 +167,7 @@ if ($result) } else { - dolibarr_print_error(); + dolibarr_print_error($db); } print '';