[geeklog-cvs] geeklog-1.3/system/classes search.class.php,1.22,1.23

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jul 11 14:18:08 EDT 2004


Update of /var/cvs/geeklog-1.3/system/classes
In directory www:/tmp/cvs-serv20735/system/classes

Modified Files:
	search.class.php 
Log Message:
Fixed the plugin search (Hi Vinny) and added $keyType as an additional parameter to the plugins search function.


Index: search.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/search.class.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** search.class.php	21 Mar 2004 20:53:33 -0000	1.22
--- search.class.php	11 Jul 2004 18:18:05 -0000	1.23
***************
*** 1066,1070 ****
  
          // Have plugins do their searches
!         list($nrows_plugins, $total_plugins, $result_plugins) = PLG_doSearch($this->_query, $this->_dateStart, $this->_dateEnd, $this->_topic, $this->_type, $this->_author);
          
          // Add the core GL object search results to plugin results
--- 1066,1070 ----
  
          // Have plugins do their searches
!         list($nrows_plugins, $total_plugins, $result_plugins) = PLG_doSearch($this->_query, $this->_dateStart, $this->_dateEnd, $this->_topic, $this->_type, $this->_author, $this->_keyType);
          
          // Add the core GL object search results to plugin results




More information about the geeklog-cvs mailing list