You are here

function entityreference_uninstall in Entity reference 7

Implements hook_uninstall().

File

./entityreference.install, line 6

Code

function entityreference_uninstall() {
  variable_del('entityreference:base-tables');
}