You are here

function readonlymode_uninstall in Read only mode 6

Same name and namespace in other branches
  1. 7 readonlymode.install \readonlymode_uninstall()

@file Update hook and uninstaller for the Read Only Mode module

File

./readonlymode.install, line 7
Update hook and uninstaller for the Read Only Mode module

Code

function readonlymode_uninstall() {
  variable_del('site_readonly');
  variable_del('site_readonly_message');
  variable_del('site_readonly_url');
}