Project

General

Profile

Bug #22884 » disabled_domains.diff

Administrator Admin, 2010-06-15 14:07

View differences:

class.tslib_content.php (working copy)
'pid, domainName, forced',
'sys_domain',
'pid IN (' . implode(',', $targetPageRootlinePids) . ') ' .
' AND redirectTo=\'\' ' . $this->enableFields('sys_domain'),
' AND redirectTo=\'\' ' . $this->enableFields('sys_domain') .
' AND hidden = 0 ' ,
'',
'sorting ASC'
);
(1-1/3)