X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/75eff172d58ac5b4f017434743f8f8d5d8fd1554..77da39e33eb70b8b01502c09e8057dd199554de6:/initialize.php diff --git a/initialize.php b/initialize.php index 29425c07..689925d3 100644 --- a/initialize.php +++ b/initialize.php @@ -197,7 +197,6 @@ if (!$lang) { // Load i18n file. $i18n->load($lang); -$GLOBALS['I18N'] = &$i18n; // Assign things for smarty to use in template files. $smarty->assign('i18n', $i18n->keys);