From fa8a02438e7c7c6ec57f9889453ff72484f20348 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Apr 2011 18:43:58 +0000 Subject: [PATCH] Add warning --- htdocs/core/class/html.formsms.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index ffa065d2470..82bb4c6ff5d 100755 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -186,7 +186,7 @@ function limitChars(textarea, limit, infodiv) } else { - dol_syslog("Warning: The SMS sending method has not been defined into MAIN_SMS_SENDMODE"); + dol_syslog("Warning: The SMS sending method has not been defined into MAIN_SMS_SENDMODE", LOG_WARNING); $resultsender[0]->number=$this->fromsms; } if (sizeof($resultsender) > 0)