ishook_addmarker.patch

Administrator Admin, 2007-04-28 22:18

Download (724 Bytes)

 
D:/patchdir/orig/class.tx_indexedsearch.php Sat Apr 28 03:06:37 2007
1444 1444
			// Write all hidden fields
1445 1445
		$html = $this->cObj->substituteSubpart($html, '###HIDDEN_FIELDS###', implode('',$hiddenFieldArr));
1446 1446

  
1447
			// add a hook function for adding new marker to the form
1448
                if ($hookObj = &$this->hookRequest('makeSearchForm_postProc'))  {
1449
                        $hookObj->makeSearchForm_postProc($optValues,$html,$markerArray,$this);
1450
                }
1451

  
1452

  
1453

  
1454 1447
		$substitutedContent = $this->cObj->substituteMarkerArrayCached($html, $markerArray, array(), array());
1455 1448

  
1456 1449
		return $substitutedContent;