data[0]['Name']));
$body = youtubify(filter_extended(stripslashes($result->data[0]['Body'])));
$externalattachment = $result->data[0]['ExternalAttachment'];
$attachment = utf8entities(stripslashes($result->data[0]['Attachment']));
$commentcount = $result->data[0]['CommentCount'];
echo("
$title
");
if(!empty($attachment))
{
if($externalattachment == 1)
{
$image = $tahoe_gateway . $attachment;
}
else
{
$image = "/" . $attachment;
}
echo("
");
}
echo("$body
");
}
else
{
$var_code = ANONNEWS_ERROR_NOT_FOUND;
require("module.error.php");
}
}
else
{
$var_code = ANONNEWS_ERROR_NOT_FOUND;
require("module.error.php");
}
?>