Retire Marc. We should probably retire some others who haven't contributed in the...
[squirrelmail.git] / class / l10n.class.php
index bc93511f2442c3fe014eeb17a52650db634cd994..949476ba0fe4d428c9fd9f2ed97ea73a5492bcda 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-2010 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','../');