X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fgettext.php;h=924904b9d6d9a373ee93bbf3f7729a8c392c2de2;hb=5d55b3d5a8aa567b2a9fb2d53d317976dc6cce5a;hp=abd05564045080ca63609b6d0f3053604508da3e;hpb=9eb0fbd4afe1b2f5c3e395d75e4b97ad543c880f;p=squirrelmail.git diff --git a/functions/gettext.php b/functions/gettext.php index abd05564..924904b9 100644 --- a/functions/gettext.php +++ b/functions/gettext.php @@ -3,7 +3,7 @@ /** * gettext.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Alternate to the system's built-in gettext. @@ -15,7 +15,7 @@ * $Id$ */ -require_once('../src/global.php'); +require_once(SM_PATH . 'functions/global.php'); global $gettext_php_domain, $gettext_php_dir, $gettext_php_loaded, $gettext_php_translateStrings, $gettext_php_loaded_language,