mirror of
https://github.com/vrana/adminer.git
synced 2026-03-12 23:50:59 +01:00
Remove table_comment function
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@995 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -103,7 +103,6 @@ if ($_POST) {
|
||||
process_fields($row["fields"]);
|
||||
} elseif (strlen($_GET["create"])) {
|
||||
$row = table_status($_GET["create"]);
|
||||
table_comment($row);
|
||||
$row["name"] = $_GET["create"];
|
||||
$row["fields"] = array();
|
||||
foreach ($orig_fields as $field) {
|
||||
|
||||
Reference in New Issue
Block a user