fixed warning
This commit is contained in:
parent
e289da824f
commit
82af1c860e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class sql_db
|
|||
}
|
||||
else
|
||||
{
|
||||
return ( $transaction == END_TRANSACTION ) ? true : false;
|
||||
return ( $transaction == 'END_TRANSACTION' ) ? true : false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue