aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-02 08:52:53 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-02 08:52:53 +0000
commit46dac33b82198ee459ccdfb7bb5514a7d480bb05 (patch)
tree8ce1a93ce6f542d187342a08e4c162c246ed0604 /phpBB/install
parent5c4870fcce2f2a71b74166947939461bea90eac2 (diff)
downloadforums-46dac33b82198ee459ccdfb7bb5514a7d480bb05.tar
forums-46dac33b82198ee459ccdfb7bb5514a7d480bb05.tar.gz
forums-46dac33b82198ee459ccdfb7bb5514a7d480bb05.tar.bz2
forums-46dac33b82198ee459ccdfb7bb5514a7d480bb05.tar.xz
forums-46dac33b82198ee459ccdfb7bb5514a7d480bb05.zip
3.0.2 instead of 3.0.3. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8806 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 88ad142013..53d22462c0 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1833,7 +1833,7 @@ function change_database_data(&$no_updates, $version)
break;
// Changes from 3.0.2 to 3.0.3-RC1
- case '3.0.3':
+ case '3.0.2':
set_config('enable_queue_trigger', '0');
set_config('queue_trigger_posts', '3');