You are here

function i18n_exit in Internationalization 6

Same name and namespace in other branches
  1. 5.3 i18n.module \i18n_exit()
  2. 5 i18n.module \i18n_exit()
  3. 5.2 i18n.module \i18n_exit()

Implementation of hook_exit().

File

./i18n.module, line 538
Internationalization (i18n) module.

Code

function i18n_exit() {
  _i18n_variable_exit();
}