mirror of
https://github.com/vrana/adminer.git
synced 2026-02-09 08:07:44 +01:00
Save bytes
This commit is contained in:
@@ -12,9 +12,9 @@ if ($_POST && !$error) {
|
||||
|
||||
page_header($TYPE != "" ? lang('Alter type') . ": " . h($TYPE) : lang('Create type'), $error);
|
||||
|
||||
$row["as"] = "AS ";
|
||||
if ($_POST) {
|
||||
$row = $_POST;
|
||||
$row = $_POST;
|
||||
if (!$row) {
|
||||
$row = array("as" => "AS ");
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user