function check_string($arParameters = array()) { parent::check_string($arParameters); if (!$arParameters['PlatformID']) { unset($arParameters['PlatformID']); } return $arParameters; }