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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.