Bug #16324 » 3800_v2.diff
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'),
|