projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c0b5c
)
Remove what looks to be debug code.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 23 Sep 2009 04:32:53 +0000
(22:32 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 23 Sep 2009 05:00:01 +0000
(23:00 -0600)
imp/message.php
patch
|
blob
|
history
diff --git
a/imp/message.php
b/imp/message.php
index
daecd4a
..
e8c6535
100644
(file)
--- 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);