Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Warning on line 177 of db-mysql.php

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);

Skip to toolbar