mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
English corrections (thanks to crazy1729)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@959 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -37,7 +37,7 @@ if ($_POST && !$error && !isset($_GET["select"])) {
|
||||
redirect($location);
|
||||
}
|
||||
if (isset($_GET["default"])) {
|
||||
query_redirect("ALTER TABLE " . idf_escape($_GET["edit"]) . implode(",", $set), $location, lang('Default values has been set.'));
|
||||
query_redirect("ALTER TABLE " . idf_escape($_GET["edit"]) . implode(",", $set), $location, lang('Default values have been set.'));
|
||||
} elseif ($update) {
|
||||
query_redirect("UPDATE " . idf_escape($_GET["edit"]) . " SET" . implode(",", $set) . "\nWHERE $where\nLIMIT 1", $location, lang('Item has been updated.'));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user