|
From: Jon O. <jon...@us...> - 2007-07-12 22:51:27
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4881 Modified Files: functions_comment.php Log Message: Commenting fix Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_comment.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** functions_comment.php 4 Aug 2006 16:32:19 -0000 1.24 --- functions_comment.php 12 Jul 2007 22:51:22 -0000 1.25 *************** *** 873,877 **** if ( $mode == 'newtopic' || ($mode == 'editpost' && $is_first_post) ) { ! $mode = 'newtopic'; if ( $mode == 'newtopic' ) --- 873,877 ---- if ( $mode == 'newtopic' || ($mode == 'editpost' && $is_first_post) ) { ! //$mode = 'newtopic'; if ( $mode == 'newtopic' ) |