X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/155381237a76f93a5a84999082261d3728232ea2..77da39e33eb70b8b01502c09e8057dd199554de6:/initialize.php diff --git a/initialize.php b/initialize.php index c9a42458..689925d3 100644 --- a/initialize.php +++ b/initialize.php @@ -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);