From c187099b26f7ae1a45ae71e04e4ca92d898d57eb Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 3 Mar 2010 15:59:23 -0700 Subject: [PATCH] No need for global variable here --- imp/lib/Dimp.php | 1 - imp/templates/common-header.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 @@