From: jervfors Date: Wed, 15 Apr 2009 16:34:33 +0000 (+0000) Subject: Removing the PHP close tag at the last line. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2129fd5738764de5801e798f113fa4ffad4ccfe0;p=squirrelmail.git Removing the PHP close tag at the last line. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13544 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/message_details/message_details_bottom.php b/plugins/message_details/message_details_bottom.php index c4dcc8df..4ed94061 100644 --- a/plugins/message_details/message_details_bottom.php +++ b/plugins/message_details/message_details_bottom.php @@ -7,7 +7,7 @@ * * @author Marc Groot Koerkamp * @copyright © 2002 Marc Groot Koerkamp, The Netherlands - * @copyright © 2002-2007 The SquirrelMail Project Team + * @copyright © 2002-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -372,4 +372,3 @@ ECHO; } return $returnValue; } -?> diff --git a/plugins/message_details/message_details_main.php b/plugins/message_details/message_details_main.php index 5abe46cc..7f2c59f4 100644 --- a/plugins/message_details/message_details_main.php +++ b/plugins/message_details/message_details_main.php @@ -7,7 +7,7 @@ * * @author Marc Groot Koerkamp * @copyright © 2002 Marc Groot Koerkamp, The Netherlands - * @copyright © 2002-2007 The SquirrelMail Project Team + * @copyright © 2002-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -36,4 +36,3 @@ echo ''; echo ''."\n"."\n"; -?> diff --git a/plugins/message_details/message_details_top.php b/plugins/message_details/message_details_top.php index 9b8efd54..ec2bfb30 100644 --- a/plugins/message_details/message_details_top.php +++ b/plugins/message_details/message_details_top.php @@ -7,7 +7,7 @@ * * @author Marc Groot Koerkamp * @copyright © 2002 Marc Groot Koerkamp, The Netherlands - * @copyright © 2002-2007 The SquirrelMail Project Team + * @copyright © 2002-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -49,4 +49,3 @@ echo "'. ''. "\n"; -?>