Project

General

Profile

Bug #17263 ยป ishook_addmarker.patch

Administrator Admin, 2007-04-28 22:18

View differences:

D:/patchdir/orig/class.tx_indexedsearch.php Sat Apr 28 03:06:37 2007
// Write all hidden fields
$html = $this->cObj->substituteSubpart($html, '###HIDDEN_FIELDS###', implode('',$hiddenFieldArr));
// add a hook function for adding new marker to the form
if ($hookObj = &$this->hookRequest('makeSearchForm_postProc')) {
$hookObj->makeSearchForm_postProc($optValues,$html,$markerArray,$this);
}
$substitutedContent = $this->cObj->substituteMarkerArrayCached($html, $markerArray, array(), array());
return $substitutedContent;
    (1-1/1)