1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +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

@@ -85,7 +85,7 @@ if (isset($_GET["firebird"])) {
class Driver extends SqlDriver {
static array $possibleDrivers = array("interbase");
static array $extensions = array("interbase");
static string $jush = "firebird";
public array $operators = array("=");