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