Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problem calling bb_insert_topic.

Additionally, the error referenced is from the following function, at the first return line:

function _real_escape( $string )
{
if ( $this->dbh && $this->real_escape ) {
return mysql_real_escape_string( $string, $this->dbh );
} else {
return addslashes( $string );
}
}

Skip to toolbar