- Code: Select all
Parse error: syntax error, unexpected ',' in /home/parkstee/public_html/includes/functions_posting.php on line 1774
As soon as put this
- Code: Select all
, user_topics = user_topics + 1
into this
- Code: Select all
$sql_data[USERS_TABLE]['stat'][] = "user_lastpost_time = $current_time" . (($auth->acl_get('f_postcount', $data['forum_id']) && $post_approval) ? ', user_posts = user_posts + 1' : '');
Everything else is fine what can you suggest?


