i don't think there's a reason to nuke the db handle here (when freeing

results).
This commit is contained in:
Chuck Hagenbuch 2000-07-02 19:04:36 +00:00
parent 8a4e08da4f
commit 75879e3f18

View File

@ -469,7 +469,7 @@ class DB_result {
if (DB::isError($err)) {
return $err;
}
$this->dbh = $this->result = false;
$this->result = false;
return true;
}