Sigh...
authorgraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 8 May 2002 16:55:12 +0000 (16:55 +0000)
committergraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 8 May 2002 16:55:12 +0000 (16:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2806 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index d01d5f5c8cc05686c54eb4d82712b91f53179d4c..5f38f709830d1991430aac621394511b851aca13 100644 (file)
@@ -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;
             }