|
From: Jon O. <jon...@us...> - 2007-07-22 21:10:04
|
Update of /cvsroot/mxbb/mx_sitestats In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4133 Modified Files: db_install.php db_upgrade.php Log Message: cosmetics Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 2 Jun 2007 21:58:40 -0000 1.10 --- db_install.php 22 Jul 2007 21:09:53 -0000 1.11 *************** *** 30,34 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 12 Sep 2006 19:34:15 -0000 1.7 --- db_upgrade.php 22 Jul 2007 21:09:53 -0000 1.8 *************** *** 33,37 **** // // ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; --- 33,37 ---- // // ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; *************** *** 46,49 **** --- 46,50 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; |