[geeklog-cvs] geeklog-1.3/public_html article.php,1.48,1.49

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jul 18 07:53:38 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv6862

Modified Files:
	article.php 
Log Message:
Fixed highlighting the search words from a query.


Index: article.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/article.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** article.php	11 Jul 2004 19:17:48 -0000	1.48
--- article.php	18 Jul 2004 11:53:35 -0000	1.49
***************
*** 59,62 ****
--- 59,63 ----
      $mode = COM_applyFilter ($HTTP_POST_VARS['mode']);
      $order = COM_applyFilter ($HTTP_POST_VARS['order']);
+     $query = COM_applyFilter ($HTTP_POST_VARS['query']);
  } else {
      COM_setArgNames (array ('story', 'mode'));
***************
*** 64,67 ****
--- 65,69 ----
      $mode = COM_applyFilter (COM_getArgument ('mode'));
      $order = COM_applyFilter ($HTTP_GET_VARS['order']);
+     $query = COM_applyFilter ($HTTP_GET_VARS['query']);
  }
  if (empty ($story)) {




More information about the geeklog-cvs mailing list