function drupalforfirebug_exit in Drupal For Firebug 5
Same name and namespace in other branches
- 6 drupalforfirebug.module \drupalforfirebug_exit()
- 7.2 drupalforfirebug.module \drupalforfirebug_exit()
- 7 drupalforfirebug.module \drupalforfirebug_exit()
Implementation of hook_exit()
File
- ./
drupalforfirebug.module, line 252
Code
function drupalforfirebug_exit() {
// Garbage Collection
unset($_GLOBALS['dfp_runtime']);
}