|
From: OryNider <ory...@us...> - 2008-02-04 16:45:16
|
Update of /cvsroot/mxbb/mx_clock In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4722 Modified Files: db_install.php db_upgrade.php Log Message: Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 4 Feb 2008 16:42:20 -0000 1.2 --- db_install.php 4 Feb 2008 16:45:03 -0000 1.3 *************** *** 32,36 **** $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>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = '1.0.2'; ! $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 4 Feb 2008 16:42:20 -0000 1.2 --- db_upgrade.php 4 Feb 2008 16:45:03 -0000 1.3 *************** *** 32,36 **** $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>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = '1.0.2'; ! $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; $message = "<b>Upgrading!</b><br/><br/>"; |