From 59a3dab6d5f80b75d1ed83a3a411e632f1988632 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 7 Mar 2005 08:51:10 +0000 Subject: [PATCH] fix typo in $quotvar name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8961 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 00469ace..014ee0d1 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -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; -- 2.25.1