使用版本: 223(phpbb2.0.22)
狀況描述:
posting檔案要修改:
Find----
代碼: 選擇全部
$post_data['first_post'] = ( $mode == 'newtopic' ) ? true : 0;代碼: 選擇全部
$post_data['topic_poster'] = ( $mode == 'reply' ) ? $post_info['topic_poster'] : 0;出現錯誤是:
代碼: 選擇全部
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/eidolonr/public_html/bbs/posting.php on line 339

