aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-06-03 15:56:55 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-06-03 15:56:55 +0530
commita9549cbe6ab66732fcf9c321496b74943e2972e7 (patch)
tree96f255c627a264fe4b602f7b21b7f4ba768bb912
parent73ca5edb296bfe2d599e001d593cc2d952be3941 (diff)
downloadforums-a9549cbe6ab66732fcf9c321496b74943e2972e7.tar
forums-a9549cbe6ab66732fcf9c321496b74943e2972e7.tar.gz
forums-a9549cbe6ab66732fcf9c321496b74943e2972e7.tar.bz2
forums-a9549cbe6ab66732fcf9c321496b74943e2972e7.tar.xz
forums-a9549cbe6ab66732fcf9c321496b74943e2972e7.zip
[feature-delete-auto-logins] adds module to database update
ucp delete auto-login keys module is added to database_update.php under 3.1-dev
-rw-r--r--phpBB/install/database_update.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 665db1f2f0..a5bd5e7bfe 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2305,6 +2305,13 @@ function change_database_data(&$no_updates, $version)
'auth' => 'acl_a_styles',
'cat' => 'ACP_STYLE_MANAGEMENT',
),
+ 'autologin_keys' => array(
+ 'base' => 'ucp_profile',
+ 'class' => 'ucp',
+ 'title' => 'UCP_PROFILE_AUTOLOGIN_KEYS',
+ 'auth' => '',
+ 'cat' => 'UCP_PROFILE',
+ ),
);
_add_modules($modules_to_install);