Explorar o código

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

graf25 %!s(int64=23) %!d(string=hai) anos
pai
achega
aeaf36cb5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/mime.php

+ 1 - 1
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;
             }