Remove what looks to be debug code.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 23 Sep 2009 04:32:53 +0000 (22:32 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 23 Sep 2009 05:00:01 +0000 (23:00 -0600)
imp/message.php

index daecd4a..e8c6535 100644 (file)
@@ -700,14 +700,14 @@ if (!empty($atc_parts)) {
     );
 }
 
-//if (!empty($conf['print']['add_printedby'])) {
+if (!empty($conf['print']['add_printedby'])) {
     $hdrs[] = array(
         'class' => 'printedby',
         'name' => _("Printed By"),
         'val' => $user_identity->getFullname() ? $user_identity->getFullname() : Horde_Auth::getAuth(),
         'i' => (++$i % 2)
     );
-//}
+}
 
 $m_template->set('headers', $hdrs);
 $m_template->set('msgtext', $msgtext);