From: Michael M Slusarz Date: Wed, 23 Sep 2009 04:32:53 +0000 (-0600) Subject: Remove what looks to be debug code. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fc6151a2aeac321c8fd30db7b81ea9e4686c0d39;p=horde.git Remove what looks to be debug code. --- diff --git a/imp/message.php b/imp/message.php index daecd4ab2..e8c6535e3 100644 --- a/imp/message.php +++ b/imp/message.php @@ -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);