25 protected $title =
'Truncate all processed files to clean up obsolete records.';
38 $description =
'To re-process all files correctly we truncate the table. This will make sure there are no obsolete files in the database.';
49 public function performUpdate(array &$databaseQueries, &$customMessages) {
50 $GLOBALS[
'TYPO3_DB']->exec_TRUNCATEquery(
'sys_file_processedfile');
51 $databaseQueries[] =
$GLOBALS[
'TYPO3_DB']->debug_lastBuiltQuery;
performUpdate(array &$databaseQueries, &$customMessages)
markWizardAsDone($confValue=1)
checkForUpdate(&$description)
checkIfTableExists($table)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]