mirror of
https://github.com/vrana/adminer.git
synced 2026-01-06 15:42:59 +01:00
Show column in new table
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@388 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -83,7 +83,7 @@ if ($_POST) {
|
||||
$row["name"] = $_GET["create"];
|
||||
$row["fields"] = array_values(fields($_GET["create"]));
|
||||
} else {
|
||||
$row = array("fields" => array(array()));
|
||||
$row = array("fields" => array(array("field" => "")));
|
||||
}
|
||||
$collations = collations();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user