fixed warning

This commit is contained in:
Botanic 2013-06-05 19:27:06 -07:00
parent e289da824f
commit 82af1c860e

View file

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