[geeklog-cvs] geeklog-1.3/public_html comment.php,1.61,1.62

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon May 17 07:34:25 EDT 2004


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

Modified Files:
	comment.php 
Log Message:
Added missing description for the new functions.


Index: comment.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/comment.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** comment.php	15 May 2004 18:41:32 -0000	1.61
--- comment.php	17 May 2004 11:34:22 -0000	1.62
***************
*** 486,489 ****
--- 486,497 ----
  }
  
+ /**
+ * Display form to report abusive comment.
+ *
+ * @param    string  $cid    comment id
+ * @param    string  $type   type of comment ('article', 'poll', ...)
+ * @return   string          HTML for the form (or error message)
+ *
+ */
  function report_abusive_comment ($cid, $type)
  {
***************
*** 552,555 ****
--- 560,571 ----
  }
  
+ /**
+ * Send report about abusive comment
+ *
+ * @param    string  $cid    comment id
+ * @param    string  $type   type of comment ('article', 'poll', ...)
+ * @return   string          Meta refresh or HTML for error message
+ *
+ */
  function send_report ($cid, $type)
  {




More information about the geeklog-cvs mailing list