Correct function name, fix minor style issue.
This commit is contained in:
parent
09b0b1fbe3
commit
4d50456c9c
@ -219,7 +219,7 @@ SQL;
|
|||||||
*
|
*
|
||||||
* @return resource
|
* @return resource
|
||||||
*/
|
*/
|
||||||
function beingTransaction()
|
function beginTransaction()
|
||||||
{
|
{
|
||||||
if($this->trans = ibase_trans($this->conn) !== null)
|
if($this->trans = ibase_trans($this->conn) !== null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user