X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=class%2Fl10n.class.php;h=1e098e9ecd01caa67c61baf19e07c99b1b3557c2;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hp=93fdb3bab3aed836f88633666bae02f795b60da5;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/class/l10n.class.php b/class/l10n.class.php index 93fdb3ba..1e098e9e 100644 --- a/class/l10n.class.php +++ b/class/l10n.class.php @@ -7,13 +7,14 @@ * translations when php gettext extension is missing or some functions * are not available. * - * @copyright © 2003-2007 The SquirrelMail Project Team + * @copyright 2003-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage i18n */ +//FIXME is SM_PATH ever not defined here? defined() calls are CPU intensive enough that we should remove this if it is not really needed /** @ignore */ if (! defined('SM_PATH')) define('SM_PATH','../');