From c46152cbe01c24a5d626af447a08098edb374807 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Dec 2004 14:44:53 +0000 Subject: [PATCH] Ajout syslog --- 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 5a637967f98..ef8f70f99ae 100644 --- a/htdocs/societe.class.php +++ b/htdocs/societe.class.php @@ -302,7 +302,7 @@ class Societe { } else { - print "Aucun enregistrement trouvé
$sql"; + dolibarr_syslog("Erreur Societe::Fetch aucune societe avec id=".$this->id); $result = -2; }