|
From: Jon O. <jon...@us...> - 2008-02-08 23:45:30
|
Update of /cvsroot/mxbb/mx_shoutbox/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16571/includes Modified Files: constants.php functions.php Log Message: Removing trailing newlines... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/includes/functions.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions.php 21 Jun 2007 18:21:14 -0000 1.1 --- functions.php 8 Feb 2008 23:45:25 -0000 1.2 *************** *** 6,12 **** // COPYRIGHT : © 2002, 2003 apegaming.net // WWW : http://www.blame-the-french.com.com/ ! // LICENCE : GPL vs2.0 [ see /docs/COPYING ] ! // ! // ------------------------------------------------------------- if ( !defined('IN_PORTAL') ) --- 6,12 ---- // COPYRIGHT : © 2002, 2003 apegaming.net // WWW : http://www.blame-the-french.com.com/ ! // LICENCE : GPL vs2.0 [ see /docs/COPYING ] ! // ! // ------------------------------------------------------------- if ( !defined('IN_PORTAL') ) *************** *** 21,33 **** 'body' => 'mx_shout_msg.tpl') ); ! $template->assign_vars(array( 'SHOUT_MSG' => $message ) ); ! ! $template->pparse('body'); ! } ! ?> --- 21,33 ---- 'body' => 'mx_shout_msg.tpl') ); ! $template->assign_vars(array( 'SHOUT_MSG' => $message ) ); ! ! $template->pparse('body'); ! } ! ?> \ No newline at end of file Index: constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/includes/constants.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** constants.php 21 Jun 2007 18:21:13 -0000 1.1 --- constants.php 8 Feb 2008 23:45:25 -0000 1.2 *************** *** 6,12 **** // COPYRIGHT : © 2002, 2003 apegaming.net // WWW : http://www.blame-the-french.com.com/ ! // LICENCE : GPL vs2.0 [ see /docs/COPYING ] ! // ! // ------------------------------------------------------------- if ( !defined('IN_PORTAL') ) --- 6,12 ---- // COPYRIGHT : © 2002, 2003 apegaming.net // WWW : http://www.blame-the-french.com.com/ ! // LICENCE : GPL vs2.0 [ see /docs/COPYING ] ! // ! // ------------------------------------------------------------- if ( !defined('IN_PORTAL') ) *************** *** 19,21 **** define('SHOUTBOX_CONFIG_TABLE', $mx_table_prefix.'shoutbox_config'); define('SH_VERSION','2.2.4'); ! ?> --- 19,21 ---- define('SHOUTBOX_CONFIG_TABLE', $mx_table_prefix.'shoutbox_config'); define('SH_VERSION','2.2.4'); ! ?> \ No newline at end of file |