[geeklog-cvs] geeklog-1.3/system lib-comment.php,1.3,1.4

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Jan 27 04:14:11 EST 2005


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

Modified Files:
	lib-comment.php 
Log Message:
Fixed call to COM_getComment (now called CMT_getComment)


Index: lib-comment.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-comment.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lib-comment.php	25 Jan 2005 04:04:13 -0000	1.3
--- lib-comment.php	27 Jan 2005 09:14:08 -0000	1.4
***************
*** 670,674 ****
  
              $title = htmlspecialchars (COM_checkWords (strip_tags (COM_stripslashes ($title))));
!             // $title = str_replace('$','$',$title); done in COM_getComment
              $title = str_replace('{','{',$title);
              $title = str_replace('}','}',$title);
--- 670,674 ----
  
              $title = htmlspecialchars (COM_checkWords (strip_tags (COM_stripslashes ($title))));
!             // $title = str_replace('$','$',$title); done in CMT_getComment
              $title = str_replace('{','{',$title);
              $title = str_replace('}','}',$title);
***************
*** 695,699 ****
                              'username', "uid = $uid");
                  }
!                 $thecomments = COM_getComment ($_POST, 'flat', $type,
                                                 'ASC', false, true );
  
--- 695,699 ----
                              'username', "uid = $uid");
                  }
!                 $thecomments = CMT_getComment ($_POST, 'flat', $type,
                                                 'ASC', false, true );
  




More information about the geeklog-cvs mailing list