Changed Firebird_Result::execute to use the same instance

This commit is contained in:
Timothy Warren 2012-03-19 12:14:31 -04:00
parent 59443bfd5d
commit 532cecf8a2
3 changed files with 3 additions and 1 deletions

View File

@ -480,7 +480,9 @@ class Firebird_Result {
// Let php do all the hard stuff in converting
// the array of arguments into a list of arguments
return new Firebird_Result(call_user_func_array('fbird_execute', $args));
$this->__construct(call_user_func_array('fbird_execute', $args));
return $this;
}
// --------------------------------------------------------------------------

Binary file not shown.

Binary file not shown.