You are here

function language_cookie_install in Language Cookie 7.2

Same name and namespace in other branches
  1. 8 language_cookie.install \language_cookie_install()

Implements hook_install().

File

./language_cookie.install, line 12
The install and update code for the language_cookie module.

Code

function language_cookie_install() {
  _language_cookie_update_language_types();
}