mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Code style: Remove newline before }
This commit is contained in:
@@ -110,7 +110,6 @@ if (isset($_GET["mongo"])) {
|
||||
'charsetnr' => $this->_charset[$name],
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -240,7 +240,6 @@ if (isset($_GET["mssql"])) {
|
||||
return "relational-databases/system-$link" . preg_replace('~_~', '-', strtolower($name)) . "-transact-sql";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -355,7 +355,6 @@ if (!defined("DRIVER")) {
|
||||
}
|
||||
return $c_style;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -171,7 +171,6 @@ if (isset($_GET["oracle"])) {
|
||||
function hasCStyleEscapes() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -258,7 +258,6 @@ if (isset($_GET["pgsql"])) {
|
||||
}
|
||||
return $c_style;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -149,7 +149,6 @@ if (isset($_GET["sqlite"])) {
|
||||
preg_match_all('~ CHECK *(\( *(((?>[^()]*[^() ])|(?1))*) *\))~', $this->_conn->result("SELECT sql FROM sqlite_master WHERE type = 'table' AND name = " . q($table)), $matches); //! could be inside a comment
|
||||
return array_combine($matches[2], $matches[2]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user