aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-18 08:22:17 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-18 08:22:17 +0000
commit5ecc57b87e0444c355574b61538c08a4a1c66aad (patch)
treee44ef2a818076c8bc5cb089d55870d01b79a7755 /phpBB/install
parent977ba9a68a90a5b926888f616ca7fb05d77576e3 (diff)
downloadforums-5ecc57b87e0444c355574b61538c08a4a1c66aad.tar
forums-5ecc57b87e0444c355574b61538c08a4a1c66aad.tar.gz
forums-5ecc57b87e0444c355574b61538c08a4a1c66aad.tar.bz2
forums-5ecc57b87e0444c355574b61538c08a4a1c66aad.tar.xz
forums-5ecc57b87e0444c355574b61538c08a4a1c66aad.zip
Tiny typo change to r9743, #46425.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10013 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index dc3fcfe956..7656ea8952 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -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.
$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';
// Return if we "just include it" to find out for which version the database update is responsible for