+2008-02-17 Dmitry Dulepov <dmitry@typo3.org>
+
+ * Fixed bug #7558: typolinkCheckRootline is broken in 4.2
+
2008-02-15 Benjamin Mack <mack@xnos.org>
* Fixed bug #5303: t3skin - pilup.gif not the same style as pildown.gif
2008-02-15 Benjamin Mack <mack@xnos.org>
* Fixed bug #5303: t3skin - pilup.gif not the same style as pildown.gif
}
if (!$tCR_flag) {
foreach ($tCR_rootline as $tCR_data) {
}
if (!$tCR_flag) {
foreach ($tCR_rootline as $tCR_data) {
- $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('uid', 'sys_domain', 'pid='.intval($tCR_data['uid']).' AND redirectTo=\'\''.$this->enableFields('sys_domain'), '', 'sorting');
+ $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('domainName', 'sys_domain', 'pid='.intval($tCR_data['uid']).' AND redirectTo=\'\''.$this->enableFields('sys_domain'), '', 'sorting');
$row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res);
$GLOBALS['TYPO3_DB']->sql_free_result($res);
if ($row) {
$row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res);
$GLOBALS['TYPO3_DB']->sql_free_result($res);
if ($row) {