mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Tiny typo change to r9743, #46425.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10013 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
977ba9a68a
commit
5ecc57b87e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $updates_to_version = '3.0.6-dev';
|
||||||
// Enter any version to update from to test updates. The version within the db will not be updated.
|
// Enter any version to update from to test updates. The version within the db will not be updated.
|
||||||
$debug_from_version = '3.0.5';
|
$debug_from_version = '3.0.5';
|
||||||
|
|
||||||
// Which oldest version does this updater supports?
|
// Which oldest version does this updater support?
|
||||||
$oldest_from_version = '3.0.0';
|
$oldest_from_version = '3.0.0';
|
||||||
|
|
||||||
// Return if we "just include it" to find out for which version the database update is responsible for
|
// Return if we "just include it" to find out for which version the database update is responsible for
|
||||||
|
|
Loading…
Add table
Reference in a new issue