N°8251 - Deprecated function when bulk assign

- Deprecated on strlen
This commit is contained in:
bdalsass
2025-06-06 15:26:05 +02:00
parent 2e77713772
commit 8a436f9760

View File

@@ -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()){