TYPO3 CMS  TYPO3_6-2
CleanupPreviewLinkTask.php
Go to the documentation of this file.
1 <?php
3 
22 
29  public function execute() {
30  $GLOBALS['TYPO3_DB']->exec_DELETEquery('sys_preview', 'endtime < ' . (int)$GLOBALS['EXEC_TIME']);
31  return TRUE;
32  }
33 
34 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]