Bug #17263 ยป ishook_addmarker.patch
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;
|