Quote:
Originally Posted by Link14716
Code:
post.postid = thread.firstpostid
should be
Code:
post.threadid = thread.threadid
, shouldn't it?
|
Hmm...that improves the performance of the script, but it doesn't answer why the attachment data isn't being sent out.
Data is being used in this form:
PHP Code:
if ($_REQUEST['type'] == 'MEDIA')
{
echo "\t\t<enclosure url=\"" .
htmlspecialchars("$vboptions[bburl]/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&filename=$attachment[filename]") . "\" length=\"$attachment[filesize]\" type=\"audio/mpeg\" />\r\n";
}