1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Remove global variable

This commit is contained in:
Jakub Vrana
2016-02-28 12:30:52 -08:00
parent 3289eca040
commit 63f2a041ed
3 changed files with 1 additions and 3 deletions

View File

@@ -1024,7 +1024,6 @@ if (!defined("DRIVER")) {
return $connection->result("SELECT @@max_connections");
}
$id_name = "Id";
$jush = "sql"; ///< @var string JUSH identifier
$types = array(); ///< @var array ($type => $maximum_unsigned_length, ...)
$structured_types = array(); ///< @var array ($description => array($type, ...), ...)

View File

@@ -643,7 +643,6 @@ AND typelem = 0"
return $connection->result("SHOW max_connections");
}
$id_name = "pid";
$jush = "pgsql";
$types = array();
$structured_types = array();