Minor fix
[squirrelmail.git] / class / l10n.class.php
index bc93511f2442c3fe014eeb17a52650db634cd994..36867c560574815625a130a9fe9be8dc74fef0a9 100644 (file)
@@ -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-2015 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','../');