瀏覽代碼

Sigh... I guess global search and replace in emacs doesn't work QUITE as
reliable as advertized.

graf25 23 年之前
父節點
當前提交
aeaf36cb5c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -1426,7 +1426,7 @@ function sq_getnxtag($body, $offset){
                 $pos++;
                 $pos++;
                 $tagtype = 3;
                 $tagtype = 3;
             } else {
             } else {
-                $gt = getnxstr($body, $pos, ">");
+                $gt = sq_getnxstr($body, $pos, ">");
                 $retary = Array(false, false, false, $lt, $gt);
                 $retary = Array(false, false, false, $lt, $gt);
                 return $retary;
                 return $retary;
             }
             }