Not too sure on Smarty, but try removing the curly brackets between lines 2 and 3 and terminate each line with a semi-colon instead:
PHP Code:
{if $ANSWER_onf_network=='O2'}
$attachment file="../../es/xyz/emailattachments/AIRTIMEPAYMONTHLY_OCT10.pdf";
$attachment file="../../es/xyz/emailattachments/O2 Standard Business terms.pdf";
{/if}