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("
Join the conversation! {$commentcount} comment(s) already posted - click to post one yourself, anonymously of course.
$title
"); if(!empty($attachment)) { if($externalattachment == 1) { $image = $tahoe_gateway . $attachment; } else { $image = "/" . $attachment; } echo("
\"$title
"); } echo("$body Join the conversation! {$commentcount} comment(s) already posted - click to post one yourself, anonymously of course.
"); } else { $var_code = ANONNEWS_ERROR_NOT_FOUND; require("module.error.php"); } } else { $var_code = ANONNEWS_ERROR_NOT_FOUND; require("module.error.php"); } ?>