function readonlymode_install in Read only mode 7
Same name and namespace in other branches
- 8 readonlymode.install \readonlymode_install()
Implements hook_install().
File
- ./
readonlymode.install, line 10 - Update hook and uninstaller for the Read Only Mode module
Code
function readonlymode_install() {
// Set our weight so that we execute last, to avoid other modules
// adding to forms after we clear them out.
readonlymode_update_7100();
}