|
From: Jon O. <jon...@us...> - 2008-02-08 23:45:15
|
Update of /cvsroot/mxbb/mx_tinies In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16048 Modified Files: db_install.php db_uninstall.php db_upgrade.php faq.php qsearch.php view_topics.php welcome.php Log Message: Removing trailing newlines... Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/db_uninstall.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_uninstall.php 7 Jun 2007 20:14:37 -0000 1.1 --- db_uninstall.php 8 Feb 2008 23:45:03 -0000 1.2 *************** *** 49,51 **** echo '</table> <br />'; ! ?> --- 49,51 ---- echo '</table> <br />'; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/db_upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_upgrade.php 7 Jun 2007 20:14:38 -0000 1.1 --- db_upgrade.php 8 Feb 2008 23:45:04 -0000 1.2 *************** *** 49,51 **** echo '</table> <br />'; ! ?> --- 49,51 ---- echo '</table> <br />'; ! ?> \ No newline at end of file Index: faq.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/faq.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** faq.php 7 Jun 2007 20:14:38 -0000 1.1 --- faq.php 8 Feb 2008 23:45:04 -0000 1.2 *************** *** 24,28 **** die('Hacking attempt'); } ! // -------------------------------------------------------------------------------- // Block Initialization --- 24,28 ---- die('Hacking attempt'); } ! // -------------------------------------------------------------------------------- // Block Initialization *************** *** 113,117 **** 'BLOCK_TITLE' => $faq_block_titles[$i]) ); ! $template->assign_block_vars('faq_block_link', array( 'BLOCK_TITLE' => $faq_block_titles[$i]) ); --- 113,117 ---- 'BLOCK_TITLE' => $faq_block_titles[$i]) ); ! $template->assign_block_vars('faq_block_link', array( 'BLOCK_TITLE' => $faq_block_titles[$i]) ); *************** *** 124,129 **** 'ROW_COLOR' => '#'.$row_color, 'ROW_CLASS' => $row_class, ! 'FAQ_QUESTION' => $faq_block[$i][$j]['question'], ! 'FAQ_ANSWER' => $faq_block[$i][$j]['answer'], 'U_FAQ_ID' => $faq_block[$i][$j]['id']) ); --- 124,129 ---- 'ROW_COLOR' => '#'.$row_color, 'ROW_CLASS' => $row_class, ! 'FAQ_QUESTION' => $faq_block[$i][$j]['question'], ! 'FAQ_ANSWER' => $faq_block[$i][$j]['answer'], 'U_FAQ_ID' => $faq_block[$i][$j]['id']) ); *************** *** 131,135 **** 'ROW_COLOR' => '#'.$row_color, 'ROW_CLASS' => $row_class, ! 'FAQ_LINK' => $faq_block[$i][$j]['question'], 'U_FAQ_LINK' => $mx_root_path . 'index.php?page=' . $page_id . '#' . $faq_block[$i][$j]['id']) ); --- 131,135 ---- 'ROW_COLOR' => '#'.$row_color, 'ROW_CLASS' => $row_class, ! 'FAQ_LINK' => $faq_block[$i][$j]['question'], 'U_FAQ_LINK' => $mx_root_path . 'index.php?page=' . $page_id . '#' . $faq_block[$i][$j]['id']) ); *************** *** 148,150 **** $template->pparse('faq_body'); ! ?> --- 148,150 ---- $template->pparse('faq_body'); ! ?> \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/db_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_install.php 7 Jun 2007 20:14:36 -0000 1.1 --- db_install.php 8 Feb 2008 23:45:03 -0000 1.2 *************** *** 3,7 **** * db_install.php * -------------- ! * begin : May, 2004 * Updated : April 2007 * copyright : Marc Ferran (c) 2003-2004 --- 3,7 ---- * db_install.php * -------------- ! * begin : May, 2004 * Updated : April 2007 * copyright : Marc Ferran (c) 2003-2004 *************** *** 64,66 **** echo '</table> <br />'; ! ?> --- 64,66 ---- echo '</table> <br />'; ! ?> \ No newline at end of file Index: qsearch.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/qsearch.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qsearch.php 7 Jun 2007 20:14:39 -0000 1.1 --- qsearch.php 8 Feb 2008 23:45:04 -0000 1.2 *************** *** 76,78 **** $template->pparse('qsearch_body'); ! ?> --- 76,78 ---- $template->pparse('qsearch_body'); ! ?> \ No newline at end of file Index: view_topics.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/view_topics.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** view_topics.php 28 Jan 2008 22:02:35 -0000 1.2 --- view_topics.php 8 Feb 2008 23:45:05 -0000 1.3 *************** *** 480,482 **** } ! ?> --- 480,482 ---- } ! ?> \ No newline at end of file Index: welcome.php =================================================================== RCS file: /cvsroot/mxbb/mx_tinies/welcome.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** welcome.php 28 Jan 2008 22:02:35 -0000 1.2 --- welcome.php 8 Feb 2008 23:45:05 -0000 1.3 *************** *** 248,250 **** $template->pparse('welcome_body'); ! ?> --- 248,250 ---- $template->pparse('welcome_body'); ! ?> \ No newline at end of file |