From 436e8f06eb276427febde4538ee64b5f30be03ae Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Oct 2010 23:35:18 +0000 Subject: [PATCH] Fix: Remove warning --- htdocs/install/upgrade2.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index c653e43a9ba..d6b943cf79b 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -1146,7 +1146,9 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf) */ function migrate_price_facture($db,$langs,$conf) { - $db->begin(); + $err=0; + + $db->begin(); print '';