Changed Firebird_Result::execute to use the same instance
This commit is contained in:
parent
59443bfd5d
commit
532cecf8a2
@ -480,7 +480,9 @@ class Firebird_Result {
|
|||||||
|
|
||||||
// Let php do all the hard stuff in converting
|
// Let php do all the hard stuff in converting
|
||||||
// the array of arguments into a list of arguments
|
// 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.
Loading…
Reference in New Issue
Block a user