Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,287
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
bbPress version 0.9.0.4
PHP version 5.2.6
MySQL vesrion 5.0.67-community-log
Someone told me to change :
$this->rows_affected = mysql_affected_rows();
for :
$this->rows_affected = mysql_affected_rows($this->dbh);