Basically you need to find:
PHP Code:
attach.dateline AS attachdate, attach.thumbnail_dateline, attach.filename, attach.filesize, attach.visible
and change:
to:
PHP Code:
attach.visible AS attachvisible
That should fix your "all attachments are moderated" woes.
Not having this resulted in $attachment['visible'] being false, which class_postbit.php interpreted as the attachment requiring moderation to become visible.