quickbooks-php
quickbooks-php copied to clipboard
Fixed bug in sqlite3::initialized where it always returned false because of checks for non-existing tables
The method sqlite3::initialized
always returned false because it was checking for non-existing tables. So let's make things consistent.