X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=initialize.php;h=689925d31e328c176595f6d526331bd00f868710;hb=77da39e33eb70b8b01502c09e8057dd199554de6;hp=29425c074e25e07df6a0de03ac8952075986c8cf;hpb=75eff172d58ac5b4f017434743f8f8d5d8fd1554;p=timetracker.git 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);