fix typo in $quotvar name
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Mar 2005 08:51:10 +0000 (08:51 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Mar 2005 08:51:10 +0000 (08:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8961 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 00469acebd13974eff9707f46fbe376c1b9a8f13..014ee0d115321cf3ae5d84d7895c08a88262169f 100644 (file)
@@ -1609,7 +1609,7 @@ function sq_cid2http($message, $id, $cidurl, $mailbox){
          * If we couldn't generate a proper img url, drop in a blank image
          * instead of sending back empty, otherwise it causes unusual behaviour
          */
-        $httpurl = $quotechar . SM_PATH . 'images/blank.png';
+        $httpurl = $quotchar . SM_PATH . 'images/blank.png';
     }
  
     return $httpurl;