You are here

function drupalforfirebug_exit in Drupal For Firebug 5

Same name and namespace in other branches
  1. 6 drupalforfirebug.module \drupalforfirebug_exit()
  2. 7.2 drupalforfirebug.module \drupalforfirebug_exit()
  3. 7 drupalforfirebug.module \drupalforfirebug_exit()

Implementation of hook_exit()

File

./drupalforfirebug.module, line 252

Code

function drupalforfirebug_exit() {

  // Garbage Collection
  unset($_GLOBALS['dfp_runtime']);
}