X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fl10n.class.php;h=4b23a4c62fff07a13a4102f418472015bafda2e4;hb=3f55fe04a3f2093e0dc89b83fb3b3c42b16000cd;hp=fb21a1b6d653f8fe2c90e2c96944202183194629;hpb=4b4abf93a9624311afef0c385023724ee46a2b60;p=squirrelmail.git diff --git a/class/l10n.class.php b/class/l10n.class.php index fb21a1b6..4b23a4c6 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-2005 The SquirrelMail Project Team + * @copyright 2003-2012 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