Fixed typo.
[squirrelmail.git] / functions / mime.php
index e442262256b5dbd20e8db0c5c3b769ae9d684025..00469acebd13974eff9707f46fbe376c1b9a8f13 100644 (file)
@@ -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"';
         }