|
From: Jon O. <jon...@us...> - 2007-07-22 22:38:29
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7896/modules Modified Files: link_post_comment.php Log Message: Orys fixes for comments Index: link_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_post_comment.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** link_post_comment.php 13 Aug 2006 19:43:51 -0000 1.2 --- link_post_comment.php 22 Jul 2007 22:38:25 -0000 1.3 *************** *** 174,178 **** else { ! include( $module_root_path . 'kb/includes/functions_comment.' . $phpEx ); $linkdb_comments = new linkdb_comments(); $linkdb_comments->init( $link_info, 'phpbb' ); --- 174,178 ---- else { ! include( $module_root_path . 'linkdb/includes/functions_comment.' . $phpEx ); $linkdb_comments = new linkdb_comments(); $linkdb_comments->init( $link_info, 'phpbb' ); |