|
From: Florin C B. <ory...@us...> - 2013-04-08 03:24:20
|
Update of /cvsroot/mxbb/mx_calsnails In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24867 Modified Files: db_install.php db_upgrade.php Log Message: Module Upgraded to oO Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** db_install.php 3 Apr 2013 10:56:50 -0000 1.33 --- db_install.php 8 Apr 2013 03:24:18 -0000 1.34 *************** *** 31,35 **** } ! $mx_module_version = '2.9.1'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.2'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_upgrade.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** db_upgrade.php 3 Apr 2013 10:56:50 -0000 1.26 --- db_upgrade.php 8 Apr 2013 03:24:18 -0000 1.27 *************** *** 31,35 **** } ! $mx_module_version = '2.9.1'; $mx_module_copy = 'Original phpBB <i>Calendar Advance</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 31,35 ---- } ! $mx_module_version = '2.9.2'; $mx_module_copy = 'Original phpBB <i>Calendar Advance</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; |