Fix configtest to use correct PostgreSQL connection function. (#1166228).
[squirrelmail.git] / src / mailto.php
index 0446446c7286a938de414eb815e14f77d339fd64..75146e9af3d29efc1894b531a9111025d1fb04b7 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * mailto.php -- mailto: url handler
  *
- * 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.
  *
  * This checks to see if we're logged in.  If we are we open up a new
@@ -80,4 +80,4 @@ if($force_login == false && sqsession_is_registered('user_is_logged_in')) {
 
 session_write_close();
 header('Location: ' . get_location() . '/' . $redirect);
-?>
+?>
\ No newline at end of file