|
From: Jon O. <jon...@us...> - 2006-09-12 19:27:05
|
Update of /cvsroot/mxbb/mx_act In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23827/modules/mx_act Modified Files: db_install.php db_upgrade.php Log Message: version numbers etc Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_install.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** db_install.php 2 May 2006 23:25:45 -0000 1.12 --- db_install.php 12 Sep 2006 19:26:59 -0000 1.13 *************** *** 30,34 **** } ! $mx_module_version = '1.0.0'; $mx_module_copy = 'Original phpBB <i>Activity</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=203074" target="_blank">Napoleon/aUsTiN-Inc</a> :: Adapted for mxBB by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.0-beta'; $mx_module_copy = 'Original phpBB <i>Activity</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=203074" target="_blank">Napoleon/aUsTiN-Inc</a> :: Adapted for mxBB by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_upgrade.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** db_upgrade.php 2 May 2006 23:25:45 -0000 1.12 --- db_upgrade.php 12 Sep 2006 19:26:59 -0000 1.13 *************** *** 30,34 **** } ! $mx_module_version = '1.0.0'; $mx_module_copy = 'Original phpBB <i>Activity</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=203074" target="_blank">Napoleon/aUsTiN-Inc</a> :: Adapted for mxBB by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.0-beta'; $mx_module_copy = 'Original phpBB <i>Activity</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=203074" target="_blank">Napoleon/aUsTiN-Inc</a> :: Adapted for mxBB by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; |