From 50ab79726d17e409efe55674589c236d875bd35a Mon Sep 17 00:00:00 2001 From: graf25 Date: Wed, 8 May 2002 16:55:12 +0000 Subject: [PATCH] Sigh... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2806 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 d01d5f5c..5f38f709 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1426,7 +1426,7 @@ function sq_getnxtag($body, $offset){ $pos++; $tagtype = 3; } else { - $gt = sq_getnxstr($body, $pos, ">"); + $gt = sq_findnxstr($body, $pos, ">"); $retary = Array(false, false, false, $lt, $gt); return $retary; } -- 2.25.1