Strict type check prevents old config files from breaking everything (per new changes...
[squirrelmail.git] / class / l10n.class.php
index fb21a1b6d653f8fe2c90e2c96944202183194629..bc93511f2442c3fe014eeb17a52650db634cd994 100644 (file)
@@ -7,7 +7,7 @@
  * translations when php gettext extension is missing or some functions
  * are not available.
  *
  * translations when php gettext extension is missing or some functions
  * are not available.
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright © 2003-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -20,4 +20,3 @@ 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