Menu

#8 Bug in Database sqlWithoutAnser

open
nobody
None
5
2004-12-10
2004-12-10
Anonymous
No

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");
}

Discussion


Log in to post a comment.