X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de518d7584b24c438ac562b3f1eca4e96568c85a..75eff172d58ac5b4f017434743f8f8d5d8fd1554:/initialize.php diff --git a/initialize.php b/initialize.php index c9a42458..29425c07 100644 --- a/initialize.php +++ b/initialize.php @@ -199,8 +199,6 @@ if (!$lang) { $i18n->load($lang); $GLOBALS['I18N'] = &$i18n; -$GLOBALS['USER'] = &$user; - // Assign things for smarty to use in template files. $smarty->assign('i18n', $i18n->keys); $smarty->assign('err', $err);