Don't start message ID with a dot when no remote port is available
[squirrelmail.git] / class / l10n.class.php
index 3863999198bf3d9387bb76d4fb277f16b4c01180..93fdb3bab3aed836f88633666bae02f795b60da5 100644 (file)
@@ -1,20 +1,22 @@
 <?php
 <?php
+
 /**
  * l10n.class
  *
 /**
  * l10n.class
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This contains internal SquirrelMail functions needed to handle
  * translations when php gettext extension is missing or some functions
  * are not available.
  *
  * This contains internal SquirrelMail functions needed to handle
  * translations when php gettext extension is missing or some functions
  * are not available.
  *
+ * @copyright &copy; 2003-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage i18n
  */
 
  * @version $Id$
  * @package squirrelmail
  * @subpackage i18n
  */
 
+/** @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');
 /** 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