TYPO3 CMS  TYPO3_6-2
IndexedSearchUtility.php
Go to the documentation of this file.
1 <?php
3 
25 
34  static public function isTableUsed($tableName) {
35  $tableList = $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['use_tables'];
36  return \TYPO3\CMS\Core\Utility\GeneralUtility::inList($tableList, $tableName);
37  }
38 
46  static public function md5inthash($stringToHash) {
47  return hexdec(substr(md5($stringToHash), 0, 7));
48  }
49 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]