Project

General

Profile

Bug #21375 ยป 12398.patch

Administrator Admin, 2009-10-29 20:35

View differences:

template.php (working copy)
}
// replacing all markers with the finished markers and return the HTML content
return t3lib_parsehtml::substituteMarkerArray($moduleBody, $markerArray, '###|###');
$content = t3lib_parsehtml::substituteMarkerArray($moduleBody, $markerArray, '###|###');
return preg_replace('/' . preg_quote('###') . '([A-Z0-9_-|]*)' . preg_quote('###') . '/is', '', $content);
}
    (1-1/1)