From: Michael M Slusarz Date: Wed, 3 Mar 2010 22:59:23 +0000 (-0700) Subject: No need for global variable here X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c187099b26f7ae1a45ae71e04e4ca92d898d57eb;p=horde.git No need for global variable here --- diff --git a/imp/lib/Dimp.php b/imp/lib/Dimp.php index 176ac2253..5c8614f28 100644 --- a/imp/lib/Dimp.php +++ b/imp/lib/Dimp.php @@ -65,7 +65,6 @@ class IMP_Dimp $page_title .= ' :: ' . $title; } - $GLOBALS['imp_view'] = 'dimp'; include IMP_BASE . '/templates/common-header.inc'; // Send what we have currently output so the browser can start diff --git a/imp/templates/common-header.inc b/imp/templates/common-header.inc index f7ccc948b..5f26ca5f0 100644 --- a/imp/templates/common-header.inc +++ b/imp/templates/common-header.inc @@ -1,6 +1,6 @@