|
From: Jon O. <jon...@us...> - 2007-05-16 19:43:00
|
Update of /cvsroot/mxbb/mx_phpbb2admin In directory sc8-pr-cvs16:/tmp/cvs-serv15426 Modified Files: db_install.php db_upgrade.php Log Message: minor fixes Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 30 Jan 2007 16:26:10 -0000 1.2 --- db_install.php 16 May 2007 19:42:54 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.2 --- db_upgrade.php 16 May 2007 19:42:55 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |