|
From: OryNider <ory...@us...> - 2008-02-04 16:42:25
|
Update of /cvsroot/mxbb/mx_clock In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3870 Modified Files: db_install.php db_upgrade.php mx_clock.php readme.txt Removed Files: clock.fla Log Message: upgrade Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/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 00:00:27 -0000 1.1 --- db_upgrade.php 4 Feb 2008 16:42:20 -0000 1.2 *************** *** 31,35 **** } ! $mx_module_version = '1.0.1'; $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mxbb.net" target="_blank">OryNider</a>'; --- 31,35 ---- } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mxbb.net" target="_blank">OryNider</a>'; --- clock.fla DELETED --- Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/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 00:00:27 -0000 1.1 --- db_install.php 4 Feb 2008 16:42:20 -0000 1.2 *************** *** 31,35 **** } ! $mx_module_version = '1.0.1'; $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mxbb.net" target="_blank">OryNider</a>'; --- 31,35 ---- } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mxbb.net" target="_blank">OryNider</a>'; *************** *** 39,45 **** $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); --- 39,45 ---- $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); Index: mx_clock.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_clock.php 7 Jun 2007 00:00:27 -0000 1.1 --- mx_clock.php 4 Feb 2008 16:42:20 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Florin Bodin] mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mx-publisher.com * */ |