mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02: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