|
From: OryNider <ory...@us...> - 2008-02-27 17:15:42
|
Update of /cvsroot/mxbb/mx_shoutbox In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14240 Modified Files: db_upgrade.php Log Message: fix same as 2.8.1 Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 16 Feb 2008 21:48:33 -0000 1.3 --- db_upgrade.php 27 Feb 2008 17:15:36 -0000 1.4 *************** *** 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_ADMIN') ) --- 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_ADMIN') ) *************** *** 27,32 **** } ! $mx_module_version = '2.3.2'; ! $mx_module_copy = 'Original MX-Publisher <i>Shoutbox</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; $sql=array( --- 27,32 ---- } ! $mx_module_version = '2.3.1'; ! $mx_module_copy = 'Original mxBB <i>Shoutbox</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; $sql=array( *************** *** 39,46 **** "CREATE TABLE " . $mx_table_prefix . "shoutbox_config ( ! config_name varchar(255) NOT NULL default '', config_value varchar(255) NOT NULL default '', PRIMARY KEY (config_name) ! ) TYPE=MyISAM", "INSERT INTO " . $mx_table_prefix . "shoutbox_config (config_name, config_value) VALUES ('config_id', '1')", --- 39,46 ---- "CREATE TABLE " . $mx_table_prefix . "shoutbox_config ( ! config_name varchar(255) NOT NULL default '', config_value varchar(255) NOT NULL default '', PRIMARY KEY (config_name) ! ) TYPE=MyISAM", "INSERT INTO " . $mx_table_prefix . "shoutbox_config (config_name, config_value) VALUES ('config_id', '1')", *************** *** 72,75 **** $n++; } ! mx_message_die(GENERAL_MESSAGE, $message); ?> \ No newline at end of file --- 72,75 ---- $n++; } ! mx_message_die(GENERAL_MESSAGE, $message); ?> \ No newline at end of file |