diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
commit | ed17471e0c658f381e342a484cc1bb00a03b7a2a (patch) | |
tree | ab26d2a78d6970cc68d105d4ef7f853cba77d526 /phpBB/install/database_update.php | |
parent | d268559876288ce432dfce1c637c1b81e6d5bd7d (diff) | |
download | forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.gz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.bz2 forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.xz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.zip |
Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.
#12007
#12003
git-svn-id: file:///svn/phpbb/trunk@7715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index fc3523a4b8..ea8f7be1d9 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -615,7 +615,8 @@ if (version_compare($current_version, '3.0.RC1', '<=')) _sql($sql, $errored, $error_ary); set_config('jab_use_ssl', '0'); - + set_config('allow_post_flash', '0'); + $no_updates = false; } |