aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-02-04 20:57:37 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-02-04 20:57:37 -0600
commit1e5a1b72dca4e0ccae9340467225499649dea6c8 (patch)
tree6f16d15999e6ac5f158643619213acbf2a7daf7c /phpBB/install/database_update.php
parent34c564062a95b9306487fbc6bbd17c7c9c8a63c4 (diff)
parent336187151a2010197ddda1bcdabc311fd10c1c87 (diff)
downloadforums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.gz
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.bz2
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.xz
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.zip
Merge remote-tracking branch 'remotes/bantu/ticket/11201' into develop
# By Andreas Fischer # Via Andreas Fischer * remotes/bantu/ticket/11201: [ticket/11201] Revert WLM dropping because it is still used in China.
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 4a61d189a3..4e17a1429c 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1196,11 +1196,6 @@ function database_update_info()
'user_timezone' => array('VCHAR:100', ''),
),
),
- 'drop_columns' => array(
- USERS_TABLE => array(
- 'user_msnm',
- ),
- ),
),
);
}