|
From: Jon O. <jon...@us...> - 2008-02-08 23:43:46
|
Update of /cvsroot/mxbb/mx_radio In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15230 Modified Files: db_install.php db_uninstall.php db_upgrade.php radio_front.php Log Message: Removing trailing newlines... Index: radio_front.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/radio_front.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radio_front.php 6 Jun 2007 23:31:13 -0000 1.1 --- radio_front.php 8 Feb 2008 23:43:41 -0000 1.2 *************** *** 29,33 **** // Initialization // ! $phpEx = substr(strrchr(__FILE__, '.'), 1); // --- 29,33 ---- // Initialization // ! $phpEx = substr(strrchr(__FILE__, '.'), 1); // *************** *** 153,155 **** unset($liteners, $block_config, $sql, $howmanylisten, $listeners_list, $block_size, $module_root_path, $isimler, $can_listen); ! ?> --- 153,155 ---- unset($liteners, $block_config, $sql, $howmanylisten, $listeners_list, $block_size, $module_root_path, $isimler, $can_listen); ! ?> \ No newline at end of file Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/db_uninstall.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_uninstall.php 6 Jun 2007 23:31:07 -0000 1.1 --- db_uninstall.php 8 Feb 2008 23:43:40 -0000 1.2 *************** *** 13,17 **** { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); --- 13,17 ---- { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); *************** *** 19,23 **** // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); if( !$userdata['session_logged_in'] ) --- 19,23 ---- // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); if( !$userdata['session_logged_in'] ) *************** *** 62,64 **** echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> --- 62,64 ---- echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/db_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_install.php 6 Jun 2007 23:31:07 -0000 1.1 --- db_install.php 8 Feb 2008 23:43:40 -0000 1.2 *************** *** 93,95 **** echo "</table><br />"; ! ?> --- 93,95 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/db_upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_upgrade.php 6 Jun 2007 23:31:09 -0000 1.1 --- db_upgrade.php 8 Feb 2008 23:43:40 -0000 1.2 *************** *** 51,53 **** echo "</table><br />"; ! ?> --- 51,53 ---- echo "</table><br />"; ! ?> \ No newline at end of file |