[geeklog-cvs] geeklog-1.3/system lib-plugins.php,1.55,1.56

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Fri Jan 28 18:14:31 EST 2005


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

Modified Files:
	lib-plugins.php 
Log Message:
PLG_commentPreSave() now takes some arguments by reference


Index: lib-plugins.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-plugins.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** lib-plugins.php	28 Jan 2005 10:04:14 -0000	1.55
--- lib-plugins.php	28 Jan 2005 23:14:29 -0000	1.56
***************
*** 308,312 ****
  *
  */
! function PLG_commentPreSave($uid, $title, $comment, $sid, $pid, $type, $postmode)
  {
  	global $_PLUGINS;
--- 308,312 ----
  *
  */
! function PLG_commentPreSave($uid, &$title, &$comment, $sid, $pid, $type, &$postmode)
  {
  	global $_PLUGINS;




More information about the geeklog-cvs mailing list