|
From: Jon O. <jon...@us...> - 2008-02-08 23:44:56
|
Update of /cvsroot/mxbb/mx_slash In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15972 Modified Files: functions_news.php lang_news.php news_viewtopics.php Log Message: Removing trailing newlines... Index: lang_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_slash/lang_news.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** lang_news.php 18 Jul 2003 03:27:16 -0000 1.1.1.1 --- lang_news.php 8 Feb 2008 23:44:51 -0000 1.2 *************** *** 96,98 **** // ------------------------------------------------- ! ?> --- 96,98 ---- // ------------------------------------------------- ! ?> \ No newline at end of file Index: functions_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_slash/functions_news.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_news.php 3 Nov 2003 21:24:47 -0000 1.4 --- functions_news.php 8 Feb 2008 23:44:50 -0000 1.5 *************** *** 297,301 **** $row['post_text'] = mx_decode($row['post_text'], $row['bbcode_uid']); } ! // Trim the post body if needed. if( $news_body_trim > 0 ) --- 297,301 ---- $row['post_text'] = mx_decode($row['post_text'], $row['bbcode_uid']); } ! // Trim the post body if needed. if( $news_body_trim > 0 ) *************** *** 661,663 **** return $text; } ! ?> --- 661,663 ---- return $text; } ! ?> \ No newline at end of file Index: news_viewtopics.php =================================================================== RCS file: /cvsroot/mxbb/mx_slash/news_viewtopics.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** news_viewtopics.php 2 Nov 2003 18:30:43 -0000 1.4 --- news_viewtopics.php 8 Feb 2008 23:44:51 -0000 1.5 *************** *** 108,110 **** //include($mx_root_path . '/includes/page_tail.' . $phpEx ); ! ?> --- 108,110 ---- //include($mx_root_path . '/includes/page_tail.' . $phpEx ); ! ?> \ No newline at end of file |