🔇 N°3731 Remove DeprecatedCallLog in \MetaModel::BulkUpdate

Method is still called in \ObsolescenceDateUpdater !
This commit is contained in:
Pierre Goiffon
2021-08-04 17:37:10 +02:00
parent 090eb9a560
commit ad936d7a2f

View File

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