[geeklog-cvs] geeklog-1.3/public_html article.php,1.55,1.56

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Oct 2 09:28:34 EDT 2004


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

Modified Files:
	article.php 
Log Message:
Filter 'reply' parameter.


Index: article.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/article.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** article.php	25 Sep 2004 18:50:07 -0000	1.55
--- article.php	2 Oct 2004 13:28:31 -0000	1.56
***************
*** 61,64 ****
--- 61,65 ----
      $order = COM_applyFilter ($HTTP_POST_VARS['order']);
      $query = COM_applyFilter ($HTTP_POST_VARS['query']);
+     $reply = COM_applyFilter ($HTTP_POST_VARS['reply']);
  } else {
      COM_setArgNames (array ('story', 'mode'));
***************
*** 67,70 ****
--- 68,72 ----
      $order = COM_applyFilter ($HTTP_GET_VARS['order']);
      $query = COM_applyFilter ($HTTP_GET_VARS['query']);
+     $reply = COM_applyFilter ($HTTP_GET_VARS['reply']);
  }
  if (empty ($story)) {




More information about the geeklog-cvs mailing list