mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Change $jush to constant
This commit is contained in:
@@ -72,7 +72,7 @@ if ($_POST["save"]) {
|
||||
if ($_POST["clone"] && $field["auto_increment"]) {
|
||||
$as = "''";
|
||||
}
|
||||
if ($jush == "sql" && preg_match("~enum|set~", $field["type"])) {
|
||||
if (JUSH == "sql" && preg_match("~enum|set~", $field["type"])) {
|
||||
$as = "1*" . idf_escape($name);
|
||||
}
|
||||
$select[] = ($as ? "$as AS " : "") . idf_escape($name);
|
||||
|
Reference in New Issue
Block a user