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

Rename variable

This commit is contained in:
Jakub Vrana
2025-03-28 22:44:24 +01:00
parent 4e1e638f98
commit 1f88485a3c
13 changed files with 13 additions and 13 deletions

View File

@@ -106,7 +106,7 @@ if (isset($_GET["sqlite"])) {
class Driver extends SqlDriver {
static array $possibleDrivers = array("SQLite3", "PDO_SQLite");
static array $extensions = array("SQLite3", "PDO_SQLite");
static string $jush = "sqlite";
protected array $types = array(array("integer" => 0, "real" => 0, "numeric" => 0, "text" => 0, "blob" => 0));