function dashboard_uninstall

Implements hook_uninstall().

File

modules/dashboard/dashboard.install, line 76

Code

function dashboard_uninstall() {
    variable_del('dashboard_stashed_blocks');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.