Increment year in copyright notice.
[squirrelmail.git] / src / signout.php
index 7088c7c9110493dbca420f8fed19d923a47fd430..ff442fab5a769a913fbdc2581ecd8c78aca4e495 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * signout.php -- cleans up session and logs the user out
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *  Cleans up after the user. Resets cookies and terminates session.
@@ -76,6 +76,9 @@ if ($signout_page) {
     header("Location: $signout_page");
     exit; /* we send no content if we're redirecting. */
 }
+
+/* internal gettext functions will fail, if language is not set */
+set_up_language($squirrelmail_language, true, true);
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>