From 21a37291ecd6a3ca83dac4d378d1dc6980c98c38 Mon Sep 17 00:00:00 2001 From: lbergman Date: Wed, 10 Jan 2001 14:26:38 +0000 Subject: [PATCH] Sorry, I missed a line. Now its clean. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@923 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index 78764eb5..89b2536a 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -42,9 +42,8 @@ echo ""; echo "$org_title"; echo ""; - $ishelp = substr(getenv(REQUEST_URI),-8); // If calling help, set left frame to 300 - $bar_size = $left_size; + $bar_size = $left_size; if ($location_of_bar == 'right') { -- 2.25.1