fixed warning

This commit is contained in:
Botanic 2013-06-05 19:27:06 -07:00
parent 8c16efbbaf
commit 4e4b59ae58

View file

@ -114,7 +114,7 @@ class sql_db
} }
else else
{ {
return ( $transaction == END_TRANSACTION ) ? true : false; return ( $transaction == 'END_TRANSACTION' ) ? true : false;
} }
} }