From 4049de045e6fbf176c90f5c3850341f747b33445 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 27 Sep 2004 14:05:52 +0000 Subject: [PATCH] Modif gestion erreur dans Fetch --- htdocs/societe.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe.class.php b/htdocs/societe.class.php index fc97e149202..3b084897528 100644 --- a/htdocs/societe.class.php +++ b/htdocs/societe.class.php @@ -283,7 +283,7 @@ class Societe { } else { - dolibarr_print_error($this->db); + dolibarr_syslog("Erreur Societe::Fetch"); $result = -3; }