fixed warning

This commit is contained in:
Botanic 2013-06-05 19:27:06 -07:00
parent f2b47b2efe
commit 69a12addb2

View file

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