diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-14 16:09:09 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-16 18:22:29 +0100 |
commit | 8d12838aedeaa23cccf128e98e93d05507edda4d (patch) | |
tree | 4fc9c53f7b46327eca114d4a08f50cde69f399dd /phpBB/install | |
parent | 750fc3aca81568e264921e42611249b69b5900e7 (diff) | |
download | forums-8d12838aedeaa23cccf128e98e93d05507edda4d.tar forums-8d12838aedeaa23cccf128e98e93d05507edda4d.tar.gz forums-8d12838aedeaa23cccf128e98e93d05507edda4d.tar.bz2 forums-8d12838aedeaa23cccf128e98e93d05507edda4d.tar.xz forums-8d12838aedeaa23cccf128e98e93d05507edda4d.zip |
[ticket/9549] Make the class non static and extend delete_group function.
delete_group() can now be used, so it does not update the actual group.
This can save a query, when you update the group anyway.
PHPBB3-9549
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 9e8a063f44..792e33245e 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -920,6 +920,7 @@ function database_update_info() '3.0.7-PL1' => array(), // No changes from 3.0.8-RC1 to 3.0.8 '3.0.8-RC1' => array(), + // Changes from 3.1.0-dev to 3.1.0-A1 '3.1.0-dev' => array( 'add_columns' => array( |