You are here

function browscap_exit in Browscap 6

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

Implementation of hook_exit().

File

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

Code

function browscap_exit() {

  // Record the user agent
  _record_user_agent();
}