|
From: Jon O. <jon...@us...> - 2007-07-23 21:42:45
|
Update of /cvsroot/mxbb/mx_newssuite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1314 Modified Files: db_upgrade.php Log Message: Fix for CORE 2.8.2 Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 30 Jan 2007 16:26:09 -0000 1.13 --- db_upgrade.php 23 Jul 2007 21:42:40 -0000 1.14 *************** *** 43,46 **** --- 43,47 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; $message .= '<br /> This module does not have any module tables, it use mx paramters only! Thank you for using this module...the installation was successful :-)'; |