|
From: Andrew <men...@us...> - 2006-01-02 20:31:37
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27338 Modified Files: db_install.php Log Message: Credits... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** db_install.php 24 Oct 2005 20:13:55 -0000 1.16 --- db_install.php 2 Jan 2006 20:31:27 -0000 1.17 *************** *** 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, WebSnail < Martin Smallridge > * Copyright : (C) 2002-2005 mxBB Portal * 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, WebSnail < Martin Smallridge >, markus * Copyright : (C) 2002-2005 mxBB Portal * Email : jo...@mx... *************** *** 42,46 **** $mx_module_version = 'mxBB Calsnails Module 2.0.0'; ! $mx_module_copy = 'Based on <a href="http://www.snailsource.com/" target="_phpbb" >Calendar LITE, Martin</a>'; define( 'DB_INSTALL', true ); --- 42,46 ---- $mx_module_version = 'mxBB Calsnails Module 2.0.0'; ! $mx_module_copy = 'Based on <a href="http://www.snailsource.com/" target="_phpbb" >Calendar LITE by Martin</a>, adapted by markus, updated by mxBB Team'; define( 'DB_INSTALL', true ); |