From 24024eb7a3db834ca68720cd30fec275af758237 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 4 Jul 2008 19:22:02 +0000 Subject: [PATCH] add fixme git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13216 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/l10n.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/class/l10n.class.php b/class/l10n.class.php index 93fdb3ba..2057cdde 100644 --- a/class/l10n.class.php +++ b/class/l10n.class.php @@ -14,6 +14,7 @@ * @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','../'); -- 2.25.1