From: kink Date: Mon, 9 Jul 2007 09:38:28 +0000 (+0000) Subject: drop unneeded global X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ab2d9e904975733339847a194e77a056d71f3fd8;p=squirrelmail.git drop unneeded global git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12515 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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;