From ab2d9e904975733339847a194e77a056d71f3fd8 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 9 Jul 2007 09:38:28 +0000 Subject: [PATCH] drop unneeded global git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12515 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 34459774..6112e3c6 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1905,7 +1905,6 @@ function sq_fix_url($attname, &$attvalue, $message, $id, $mailbox,$sQuote = '"') * @return a string with edited content. */ function sq_fixstyle($body, $pos, $message, $id, $mailbox){ - global $view_unsafe_images; $me = 'sq_fixstyle'; // workaround for in between comments $iCurrentPos = $pos; -- 2.25.1