Project

General

Profile

Bug #52917 ยป 52917.diff

Dmitry Dulepov, 2013-10-17 12:58

View differences:

typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php
if (($res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'*',
'tx_linkvalidator_link',
'record_pid in (' . $pageList . ') and link_type in (\'' . implode('\',\'', $keyOpt) . '\')',
'link_type in (\'' . implode('\',\'', $keyOpt) . '\') AND '.
'(table_name<>\'pages\' AND record_pid in (' . $pageList . ') OR ' .
'table_name=\'pages\' AND record_uid in (' . $pageList . '))',
'',
'record_uid ASC, uid ASC')
)) {
    (1-1/1)