From 557d5e775a1f35a3f0b407fe2fd61ef776f92616 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Apr 2012 14:21:42 +0200 Subject: [PATCH] Fix: log --- htdocs/core/lib/functions2.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index dbbfa388410..b3530421a2c 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -558,7 +558,7 @@ function get_next_value($db,$mask,$table,$field,$where='',$objsoc='',$date='',$m $sql.= " WHERE facnumber LIKE '".$maskLike."'"; $sql.= " AND entity IN (".getEntity($table, 1).")"; - dol_syslog("mod_facture_terre::getNextValue sql=".$sql); + dol_syslog("functions2::get_next_value sql=".$sql); $resql=$db->query($sql); if ($resql) {