From a4e7d22bebca462e55f7d618f2ebd1233fd93109 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 18 Jan 2009 21:27:43 -0700 Subject: [PATCH] Better variable name. --- imp/mailbox.php | 2 +- imp/templates/common-header.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imp/mailbox.php b/imp/mailbox.php index 241fdc98b..46591b95f 100644 --- a/imp/mailbox.php +++ b/imp/mailbox.php @@ -341,7 +341,7 @@ if ($imp_mbox['mailbox'] == 'INBOX') { } if (!is_null($rss_box)) { - $alternate_url = Horde::applicationUrl('rss.php') . $rss_box; + $rss_url = Horde::applicationUrl('rss.php') . $rss_box; } /* If user wants the mailbox to be refreshed, set time here. */ diff --git a/imp/templates/common-header.inc b/imp/templates/common-header.inc index b193fd898..e555c0c06 100644 --- a/imp/templates/common-header.inc +++ b/imp/templates/common-header.inc @@ -36,8 +36,8 @@ IMP::includeStylesheetFiles(!empty($printer_friendly)); - - + + -- 2.11.0