From 5a6fde9e7a1b7494f27a621d8944f7de968bb66d Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 16 Feb 2005 16:01:53 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8858 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index e4422622..00469ace 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1459,7 +1459,7 @@ function sq_fixatts($tagname, * not affect them working as should be, however it will stop * IE from being kicked off when src for img tags are not set */ - if (($attname == 'src') && ($attvalue = '""')) { + if (($attname == 'src') && ($attvalue == '""')) { $attary{$attname} = '"' . SM_PATH . 'images/blank.png"'; } -- 2.25.1