|
From: Jon O. <jon...@us...> - 2006-09-12 19:33:55
|
Update of /cvsroot/mxbb/mx_simpledoc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27266/modules/mx_simpledoc Modified Files: db_install.php db_upgrade.php Log Message: version numbers etc Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 30 Jun 2006 12:29:34 -0000 1.3 --- db_install.php 12 Sep 2006 19:33:49 -0000 1.4 *************** *** 31,35 **** } ! $mx_module_version = '2.8.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 30 Jun 2006 12:29:34 -0000 1.3 --- db_upgrade.php 12 Sep 2006 19:33:49 -0000 1.4 *************** *** 31,35 **** } ! $mx_module_version = '2.8.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; |