You are here

function r4032login_update_7000 in Redirect 403 to User Login 7

Drupal 7 has better handling for visiting the user registration page while logged in.

File

./r4032login.install, line 37
Install, update and uninstall functions for the r4032login module.

Code

function r4032login_update_7000() {
  variable_del('r4032login_user_register_message');
}