From ad936d7a2f78243bb3a976dfbabd963975dc0e1e Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 4 Aug 2021 17:37:10 +0200 Subject: [PATCH] =?UTF-8?q?:mute:=20N=C2=B03731=20Remove=20DeprecatedCallL?= =?UTF-8?q?og=20in=20\MetaModel::BulkUpdate=20Method=20is=20still=20called?= =?UTF-8?q?=20in=20\ObsolescenceDateUpdater=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/metamodel.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 3b9a120d5..5aa45a4db 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -7243,7 +7243,6 @@ abstract class MetaModel */ public static function BulkUpdate(DBObjectSearch $oFilter, array $aValues) { - DeprecatedCallsLog::NotifyDeprecatedPhpMethod('do not use : dead code, will be removed in the future'); // $aValues is an array of $sAttCode => $value $sSQL = $oFilter->MakeUpdateQuery($aValues); if (!self::DBIsReadOnly()) {