Project

General

Profile

Feature #15736 » class.t3lib_parsehtml_proc.patch

Administrator Admin, 2006-12-24 22:45

View differences:

t3lib/class.t3lib_parsehtml_proc.php (working copy)
$page = t3lib_BEfunc::getRecord('pages', $idPart);
if (is_array($page)) { // Page must exist...
$href = $siteUrl.'?id='.$link_param;
}
elseif (strtolower(substr($link_param,0,7))=='record:') { //linkHandler - start of links with "record:" is allowed
$href = $link_param;
} else {
#$href = '';
$href = $siteUrl.'?id='.$link_param;
(1-1/3)