drop unneeded global
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Jul 2007 09:38:28 +0000 (09:38 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Jul 2007 09:38:28 +0000 (09:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12515 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 344597742735f5469a9152815eaa100e803d8290..6112e3c67c6fb6f1afef378989dde3818d01f305 100644 (file)
@@ -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 </style> in between comments
     $iCurrentPos = $pos;