Index: typo3/sysext/lowlevel/dbint/index.php =================================================================== --- typo3/sysext/lowlevel/dbint/index.php (revision 7619) +++ typo3/sysext/lowlevel/dbint/index.php (working copy) @@ -380,7 +380,7 @@ 'php ' . PATH_typo3 . 'cli_dispatch.phpsh lowlevel_refindex -e

'; $content.= '
' . $GLOBALS['LANG']->getLL('checkScript_information') . '
'; $content.= '

' . $GLOBALS['LANG']->getLL('checkScript_moreDetails') . '
' . PATH_typo3 . 'sysext/lowlevel/HOWTO_clean_up_TYPO3_installations.txt

'; - + $this->content.= $this->doc->section($GLOBALS['LANG']->getLL('updateRefIndex'), $content, false, true); } @@ -580,7 +580,7 @@ $code=''; if (is_array($fileTest['noReferences'])) { - foreach (fileTest['noReferences'] as $val) { + foreach ($fileTest['noReferences'] as $val) { $code.='' . $val[0] . '/' . $val[1] . '
'; } }