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

+ 1 - 1
functions/mime.php

@@ -102,7 +102,7 @@ function mime_parse_structure ($structure, $ent_id) {
         $start = $end+1;
         $end = mime_match_parenthesis ($start, $structure);
         /* add "forgotten"  parent entities (alternative and relative) */
-	if (strpos($ent_id, '0')  || strpos($ent_id) == 0) { 
+	if (strpos($ent_id, '0')  || strpos($ent_id, '0') == 0) { 
 	    $str = substr($structure, $end+1 );
 	    $startprop = strrpos($str,'(');
 	    $endprop   = strrpos($str,')');