diff --git a/adminer/check.inc.php b/adminer/check.inc.php index d75b0be4..6dd64831 100644 --- a/adminer/check.inc.php +++ b/adminer/check.inc.php @@ -6,7 +6,7 @@ $name = $_GET["name"]; $row = $_POST; if ($row && !$error) { - if ($jush == "sqlite") { + if (JUSH == "sqlite") { $result = recreate_table($TABLE, $TABLE, array(), array(), array(), 0, array(), $name, ($row["drop"] ? "" : $row["clause"])); } else { $result = ($name == "" || queries("ALTER TABLE " . table($TABLE) . " DROP CONSTRAINT " . idf_escape($name))); @@ -31,7 +31,7 @@ if (!$row) {