This 1, where i have higlighted the
} it is not in my file and its this edit that gives me the warning "
This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.
Click here if your browser does not automatically redirect you."
Quote:
Originally Posted by zethon
Then towards the bottom there are two different if staments that look like:
PHP Code:
if (!$dataman->errors) // should not occur { $dataman->save(); [B][COLOR="Red"]}[/COLOR][/B]
And make them both look like as follows:
PHP Code:
if (!$dataman->errors) // should not occur { $dataman->save(); require_once('./includes/functions_databuild.php'); build_forum_counters($foruminfo["forumid"]); update_bot_info(); }
|