function i18n_exit in Internationalization 6
Same name and namespace in other branches
- 5.3 i18n.module \i18n_exit()
- 5 i18n.module \i18n_exit()
- 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();
}