|
From: Jon O. <jon...@us...> - 2006-09-12 19:33:32
|
Update of /cvsroot/mxbb/mx_quotations In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27212/modules/mx_quotations Modified Files: db_install.php db_upgrade.php Log Message: version numbers etc Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 29 Jun 2006 22:45:05 -0000 1.10 --- db_install.php 12 Sep 2006 19:33:23 -0000 1.11 *************** *** 30,34 **** } ! $mx_module_version = '2.8.0'; $mx_module_copy = 'Original mxBB <i>Quotations</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jaime</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>Quotations</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jaime</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_upgrade.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_upgrade.php 29 Jun 2006 22:45:05 -0000 1.11 --- db_upgrade.php 12 Sep 2006 19:33:24 -0000 1.12 *************** *** 30,34 **** } ! $mx_module_version = '2.8.0'; $mx_module_copy = 'Original mxBB <i>Quotations</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jaime</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>Quotations</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jaime</a>'; |