Sigh... I guess global search and replace in emacs doesn't work QUITE as
authorgraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 8 May 2002 13:50:01 +0000 (13:50 +0000)
committergraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 8 May 2002 13:50:01 +0000 (13:50 +0000)
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

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