X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fl10n.class.php;h=2057cdde733fa8c3dfe3f7364f8bfe9ea5453c5c;hp=bc93511f2442c3fe014eeb17a52650db634cd994;hb=0276987858565249543e461bf404db12a4401f8b;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;ds=sidebyside diff --git a/class/l10n.class.php b/class/l10n.class.php index bc93511f..2057cdde 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-2006 The SquirrelMail Project Team + * @copyright © 2003-2007 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','../');