|
From: Jon O. <jon...@us...> - 2007-07-22 21:10:58
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5413 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 30 Jan 2007 16:26:11 -0000 1.7 --- db_upgrade.php 22 Jul 2007 21:10:51 -0000 1.8 *************** *** 16,20 **** | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are --- 16,20 ---- | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are *************** *** 66,69 **** --- 66,70 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |