diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-02-15 19:10:02 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-02-15 19:10:02 +0000 |
| commit | 9e55e1738874a0ab352f91a15012b33fe1c3e9f9 (patch) | |
| tree | 09ca4ced265a499b0fcb64a4560e1c9a7afba20d /phpBB/install | |
| parent | 143b5a76ad1ebd67bbe54832579c8f5e6f2f3716 (diff) | |
| download | forums-9e55e1738874a0ab352f91a15012b33fe1c3e9f9.tar forums-9e55e1738874a0ab352f91a15012b33fe1c3e9f9.tar.gz forums-9e55e1738874a0ab352f91a15012b33fe1c3e9f9.tar.bz2 forums-9e55e1738874a0ab352f91a15012b33fe1c3e9f9.tar.xz forums-9e55e1738874a0ab352f91a15012b33fe1c3e9f9.zip | |
revamp how we query permissions. This is half-experimental actually, needs a bit of testing.
Should fix the bug with low max_join_size values, but may give problems for those on very low memory settings.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8384 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 899384fb41..7eeca7dbb8 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.0'; +$updates_to_version = '3.0.1-dev'; // Return if we "just include it" to find out for which version the database update is responsible for if (defined('IN_PHPBB') && defined('IN_INSTALL')) |
