• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/backup.php
  • Класс: CTar
  • Вызов: CTar::ErrorAndSkip
function ErrorAndSkip($str = '', $code = '')
{
	$this->Error($str, $code);
	$this->SkipFile();
	if ($this->readHeader() === 0)
		$this->BlockHeader = $this->Block;
	return false;
}