From 9a7258a368ddca14e5d55fff77a76889a1f23871 Mon Sep 17 00:00:00 2001 From: cmcnulty <cmcnulty@kznf.com> Date: Wed, 06 Nov 2013 23:07:55 -0500 Subject: [PATCH] fixed some whitespace stuff --- program/steps/mail/func.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 4cc5787..6317e32 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -307,7 +307,7 @@ } $mbox = $RCMAIL->storage->get_folder(); - + // make sure 'threads' and 'subject' columns are present if (!in_array('subject', $a_show_cols)) array_unshift($a_show_cols, 'subject'); @@ -471,7 +471,7 @@ case 'attachment': case 'priority': case 'status': - case 'focus': + case 'focus': $col_name = '<span class="' . $col .'"> </span>'; break; case 'threads': -- Gitblit v1.9.1