// isolate the body structure and remove beginning and end parenthesis
$read = trim(substr ($bodystructure, strpos(strtolower($bodystructure), 'bodystructure') + 13));
- $msg = &new message();
+ $msg =& new Message();
$read = trim(substr ($read, 0, -1));
$res = $msg->parseStructure($read);
$msg = $res[0];
return $trusted;
}
-?>
\ No newline at end of file
+?>