Browse Source

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

results).
PHP-4.0.5
Chuck Hagenbuch 26 years ago
parent
commit
75879e3f18
  1. 2
      pear/DB.php

2
pear/DB.php

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

Loading…
Cancel
Save