[geeklog-cvs] geeklog-1.3/system/classes search.class.php,1.27,1.28

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Aug 23 15:36:38 EDT 2004


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

Modified Files:
	search.class.php 
Log Message:
Added support for URL rewriting in portal.php


Index: search.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/search.class.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** search.class.php	23 Aug 2004 12:38:53 -0000	1.27
--- search.class.php	23 Aug 2004 19:36:36 -0000	1.28
***************
*** 509,515 ****
                      $thetime = COM_getUserDateTimeFormat($A['day']);
                      $row = array (stripslashes ($A['title']),
!                                   '<a href="' . $_CONF['site_url']
                                    . '/portal.php?what=link&item='
!                                   . $A['lid'] . '">' . $A['url'] . '</a>',
                                    $A['hits']);
                      $link_results->addSearchResult($row);
--- 509,515 ----
                      $thetime = COM_getUserDateTimeFormat($A['day']);
                      $row = array (stripslashes ($A['title']),
!                                   '<a href="' . COM_buildUrl ($_CONF['site_url']
                                    . '/portal.php?what=link&item='
!                                   . $A['lid']) . '">' . $A['url'] . '</a>',
                                    $A['hits']);
                      $link_results->addSearchResult($row);




More information about the geeklog-cvs mailing list