1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Don't print query in edit

This commit is contained in:
Jakub Vrana
2014-01-10 21:32:17 -08:00
parent 2ecff21280
commit 44ad4e174d
2 changed files with 3 additions and 0 deletions

View File

@@ -646,6 +646,8 @@ function get_file($key, $decompress = false) {
$content = substr($content, 3);
}
$return .= $content . "\n\n";
} else {
$return .= $content;
}
}
//! support SQL files not ending with semicolon