1.20.x user.install | user_update_1002() |
Remove the ability for users to select a theme.
Related topics
File
- modules/
user/ user.install, line 244 - Install, update and uninstall functions for the user module.
Code
function user_update_1002() {
db_drop_field('users', 'theme');
}