* cleanup

This commit is contained in:
Stig Bakken 2000-12-06 02:53:14 +00:00
parent dca0d5852d
commit cc9d7fc744

View File

@ -535,7 +535,7 @@ class DB_result
*/
function free() {
$err = $this->dbh->freeResult($this->result);
if( DB::isError($err)) {
if(DB::isError($err)) {
return $err;
}
$this->result = false;