1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +02:00

Wrap SQL query

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1343 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2010-03-11 20:11:31 +00:00
parent 7da9cce10d
commit e44fbc2e49
3 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ ORDER BY ORDINAL_POSITION");
}
function selectQuery($query) {
return "<!-- " . str_replace("--", "--><!--", $query) . " -->\n";
return "<!--\n" . str_replace("--", "--><!--", $query) . "\n-->\n";
}
function rowDescription($table) {