From 6518fad4b264c11e133d2a085ad7776c7686f158 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 Aug 2004 20:59:21 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20esth=E9tique=20mineur=20sur=20rmes?= =?UTF-8?q?sage=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 4fa9a610442..8dc64b954c6 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -541,7 +541,7 @@ function dolibarr_print_error($db='',$msg='') print "Information sur le dernier accès en base: ".$db->error()."
\n"; } if ($msg) { - print "Message: $msg
\n" ; + print "Message: ".$msg."
\n" ; } exit; }