X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fl10n.class.php;h=ed29d9bf4ad806483626468d87c26e41df248ca0;hp=02cc7d05bb503fd8c6d8ee6d78863e74a55c4b20;hb=69e110f3320c698f8ecc5a7f34ea9fac1caf3c39;hpb=47ccfad452e8d345542d09e59112cac317cffed8 diff --git a/class/l10n.class.php b/class/l10n.class.php index 02cc7d05..ed29d9bf 100644 --- a/class/l10n.class.php +++ b/class/l10n.class.php @@ -7,17 +7,17 @@ * translations when php gettext extension is missing or some functions * are not available. * - * @copyright © 2003-2006 The SquirrelMail Project Team + * @copyright 2003-2017 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','../'); /** Load all php-gettext classes */ include_once(SM_PATH . 'class/l10n/streams.class.php'); include_once(SM_PATH . 'class/l10n/gettext.class.php'); -?> \ No newline at end of file