1 user.install user_update_1002()

Remove the ability for users to select a theme.

Related topics

File

core/modules/user/user.install, line 268
Install, update and uninstall functions for the user module.

Code

function user_update_1002() {
  db_drop_field('users', 'theme');
}