function node_authlink_update_7101 in Node authorize link 7
Remove node_authlink_types variable.
File
- ./
node_authlink.install, line 104 - Installation and update of the node_authlink module.
Code
function node_authlink_update_7101(&$sandbox) {
variable_del('node_authlink_types');
}