Bug in Database sqlWithoutAnser
Brought to you by:
amix3k
This method does not return the query on error.
if(!$do_query) {
Basic::error('Fatal error', "Could not do the
following query: $query");
}
should read
if(!$do_query) {
Basic::error('Fatal error', "Could not do the
following query: $__query");
}