Project

General

Profile

Bug #16324 » 3800_v2.diff

Administrator Admin, 2010-04-26 18:48

View differences:

t3lib/class.t3lib_befunc.php (Arbeitskopie)
// Check if sys_refindex is empty
$count = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows('*', 'sys_refindex');
if (!$count) {
$contentCount = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows('*', 'pages');
if (!$count && $contentCount) {
$url = 'sysext/lowlevel/dbint/index.php?&id=0&SET[function]=refindex';
$warnings["backend_reference"] = sprintf(
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:warning.backend_reference'),
(2-2/4)