function tracker_uninstall
Implements hook_uninstall().
File
-
modules/
tracker/ tracker.install, line 11
Code
function tracker_uninstall() {
variable_del('tracker_index_nid');
variable_del('tracker_batch_size');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.