From: Michael M Slusarz Date: Mon, 19 Jan 2009 04:27:43 +0000 (-0700) Subject: Better variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a4e7d22bebca462e55f7d618f2ebd1233fd93109;p=horde.git Better variable name. --- 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)); - - + +