Selaa lähdekoodia

Removing the PHP close tag at the last line.

Fredrik Jervfors 16 vuotta sitten
vanhempi
commit
71af3e8508

+ 1 - 2
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;
 }
-?>

+ 1 - 2
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 '<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";
-?>

+ 1 - 2
plugins/message_details/message_details_top.php

@@ -7,7 +7,7 @@
  *
  * @author Marc Groot Koerkamp
  * @copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
- * @copyright &copy; 2002-2007 The SquirrelMail Project Team
+ * @copyright &copy; 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 "<body text=\"$color[8]\" bgcolor=\"$color[3]\" link=\"$color[7]\" vlink=\"
      '</form></div>'.
      '</body>'.
      "</html>\n";
-?>