From 3b9b4f5a42e1c369987f4a30bf5b06af45969403 Mon Sep 17 00:00:00 2001 From: graf25 Date: Wed, 8 May 2002 13:50:01 +0000 Subject: [PATCH] Sigh... I guess global search and replace in emacs doesn't work QUITE as reliable as advertized. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2804 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 7bbfa374..d01d5f5c 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1426,7 +1426,7 @@ function sq_getnxtag($body, $offset){ $pos++; $tagtype = 3; } else { - $gt = getnxstr($body, $pos, ">"); + $gt = sq_getnxstr($body, $pos, ">"); $retary = Array(false, false, false, $lt, $gt); return $retary; } -- 2.25.1