You are here

function browscap_exit in Browscap 7

Same name and namespace in other branches
  1. 5 browscap.module \browscap_exit()
  2. 6 browscap.module \browscap_exit()

Implements hook_exit().

File

./browscap.module, line 111
Replacement for PHP's get_browser() function.

Code

function browscap_exit() {

  // Record the user agent
  _record_user_agent();
}