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

Use separator in limit1

This commit is contained in:
Jakub Vrana
2018-02-01 18:53:53 +01:00
parent 0866c79afb
commit 685bf29abc
7 changed files with 15 additions and 14 deletions

View File

@@ -175,7 +175,7 @@ if (isset($_GET["oracle"])) {
));
}
function limit1($table, $query, $where) {
function limit1($table, $query, $where, $separator = "\n") {
return " $query$where"; //! limit
}