|
From: Jon O. <jon...@us...> - 2008-04-27 18:46:49
|
Update of /cvsroot/mxbb/mx_faq In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14596 Modified Files: db_install.php db_upgrade.php Log Message: probably wise... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_faq/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 9 Feb 2008 00:00:45 -0000 1.4 --- db_install.php 27 Apr 2008 18:46:43 -0000 1.5 *************** *** 32,36 **** $mx_module_version = '2.0.1'; ! $mx_module_copy = 'Original mxBB <i>Faq & Rules</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = '2.0.1'; ! $mx_module_copy = 'Original Mx-Publisher <i>Faq & Rules</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_faq/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 9 Feb 2008 00:00:45 -0000 1.4 --- db_upgrade.php 27 Apr 2008 18:46:43 -0000 1.5 *************** *** 32,36 **** $mx_module_version = '2.0.1'; ! $mx_module_copy = 'Original mxBB <i>Faq & Rules</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 32,36 ---- $mx_module_version = '2.0.1'; ! $mx_module_copy = 'Original Mx-Publisher <i>Faq & Rules</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; |