|
From: Andrew <men...@us...> - 2006-01-02 20:31:16
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27285 Modified Files: db_install.php Log Message: Credits... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 16 Dec 2005 03:15:43 -0000 1.5 --- db_install.php 2 Jan 2006 20:31:08 -0000 1.6 *************** *** 3,7 **** * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Markus * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 * Email : jo...@mx... --- 3,7 ---- * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group, mxBB Team, markus * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 * Email : jo...@mx... *************** *** 46,50 **** // When we get the module field up, we'll need to remove this hardcoded version number (?) $mx_module_version = 'mxBB - phpBB Integration Module 1.0.3'; ! $mx_module_copy = 'Based on <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a>'; // If fresh install --- 46,50 ---- // When we get the module field up, we'll need to remove this hardcoded version number (?) $mx_module_version = 'mxBB - phpBB Integration Module 1.0.3'; ! $mx_module_copy = 'Based on <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a>; created and inspired by markus, updated/improved by mxBB Team'; // If fresh install |