Forums
-
- Forum
- Posts
-
- Installation
- 28,498
- Troubleshooting
- 62,596
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
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);