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:
@@ -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, ...), ...)
|
||||
|
@@ -643,7 +643,6 @@ AND typelem = 0"
|
||||
return $connection->result("SHOW max_connections");
|
||||
}
|
||||
|
||||
$id_name = "pid";
|
||||
$jush = "pgsql";
|
||||
$types = array();
|
||||
$structured_types = array();
|
||||
|
Reference in New Issue
Block a user