]> wagnertech.de Git - timetracker.git/blobdiff - initialize.php
More refactoring.
[timetracker.git] / initialize.php
index c9a4245861ca975b6ccff144dbaf144634a44928..689925d31e328c176595f6d526331bd00f868710 100644 (file)
@@ -197,9 +197,6 @@ if (!$lang) {
 
 // Load i18n file.
 $i18n->load($lang);
-$GLOBALS['I18N'] = &$i18n;
-
-$GLOBALS['USER'] = &$user;
 
 // Assign things for smarty to use in template files.
 $smarty->assign('i18n', $i18n->keys);