Fix what seems to have been a copy/paste bug
[squirrelmail.git] / plugins / message_details / message_details_main.php
index 5abe46cc0c771e643ced4bb6a9afeaaaf28bfcd9..d8317e6cf39c4f61f8898858e23e5c520fe076c6 100644 (file)
@@ -6,8 +6,8 @@
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
  * @author Marc Groot Koerkamp
- * @copyright © 2002 Marc Groot Koerkamp, The Netherlands
- * @copyright © 2002-2007 The SquirrelMail Project Team
+ * @copyright 2002 Marc Groot Koerkamp, The Netherlands
+ * @copyright 2002-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -36,4 +36,3 @@ echo '<frame src="message_details_bottom.php?mailbox=' . urlencode($mailbox)
     . '&amp;passed_ent_id=' . $passed_ent_id
     . '" name="bottom_frame" frameborder="0" />';
 echo  '</frameset>'."\n"."</html>\n";
-?>