function entityreference_uninstall in Entity reference 7
Implements hook_uninstall().
File
- ./
entityreference.install, line 6
Code
function entityreference_uninstall() {
variable_del('entityreference:base-tables');
}
Implements hook_uninstall().
function entityreference_uninstall() {
variable_del('entityreference:base-tables');
}