You are here

function restws_basic_auth_uninstall in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws_basic_auth/restws_basic_auth.install \restws_basic_auth_uninstall()

Implements hook_uninstall().

File

restws_basic_auth/restws_basic_auth.install, line 11
Basic authentication login - install file.

Code

function restws_basic_auth_uninstall() {
  variable_del('restws_basic_auth_user_regex');
}