|
From: Jon O. <jon...@us...> - 2007-07-12 22:51:00
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4193 Modified Files: functions_comment.php Log Message: Commenting fix Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_comment.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_comment.php 4 Aug 2006 16:31:34 -0000 1.4 --- functions_comment.php 12 Jul 2007 22:50:56 -0000 1.5 *************** *** 871,875 **** if ( $mode == 'newtopic' || ($mode == 'editpost' && $is_first_post) ) { ! $mode = 'newtopic'; if ( $mode == 'newtopic' ) --- 871,875 ---- if ( $mode == 'newtopic' || ($mode == 'editpost' && $is_first_post) ) { ! //$mode = 'newtopic'; if ( $mode == 'newtopic' ) |