From 8a436f9760143f9652b7a8d2169171904005baf7 Mon Sep 17 00:00:00 2001 From: bdalsass Date: Fri, 6 Jun 2025 15:26:05 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08251=20-=20Deprecated=20function=20when?= =?UTF-8?q?=20bulk=20assign=20-=20Deprecated=20on=20strlen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/attributedef.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 45e715776..ea4568b15 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -4995,7 +4995,7 @@ class AttributeCaseLog extends AttributeLongText } else { - if (strlen($proposedValue) > 0) + if (utils::StrLen($proposedValue) > 0) { //N°5135 - add impersonation information in caselog if (UserRights::IsImpersonated()){