Correctly update cached message flags in ALL places when they are changed by the...
[squirrelmail.git] / src / printer_friendly_main.php
index a4d3bed5b98e083ff5d36fea2a7669bc01732b32..8632c630a1680ac67df08ae7b0cbcdd3e954a9dc 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * printer_friendly frameset
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -40,5 +40,4 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) ||
 
     $oTemplate->display('printer_friendly_main.tpl');
 
-    $oTemplate->display('footer.tpl');
 }