From: Andreas F. <ba...@ph...> - 2009-08-18 08:22:28
|
Author: bantu Date: Tue Aug 18 09:22:17 2009 New Revision: 10013 Log: Tiny typo change to r9743, #46425. Modified: branches/phpBB-3_0_0/phpBB/install/database_update.php Modified: branches/phpBB-3_0_0/phpBB/install/database_update.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/install/database_update.php (original) --- branches/phpBB-3_0_0/phpBB/install/database_update.php Tue Aug 18 09:22:17 2009 *************** *** 13,19 **** // Enter any version to update from to test updates. The version within the db will not be updated. $debug_from_version = '3.0.5'; ! // Which oldest version does this updater supports? $oldest_from_version = '3.0.0'; // Return if we "just include it" to find out for which version the database update is responsible for --- 13,19 ---- // Enter any version to update from to test updates. The version within the db will not be updated. $debug_from_version = '3.0.5'; ! // Which oldest version does this updater support? $oldest_from_version = '3.0.0'; // Return if we "just include it" to find out for which version the database update is responsible for |