Menu

#1 just a suggestion

open
nobody
None
5
2002-06-15
2002-06-15
Anonymous
No

small suggestion:

in line 139 you could use

foreach (array_keys($query) as $table) {

instead of

foreach ($query as $table => $columns) {

This avoids the unused variable :)

Have a nice day!

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.