1
0
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:
jakubvrana
2009-08-04 08:37:00 +00:00
parent 00f9a7d270
commit 73504b9ecb
17 changed files with 68 additions and 68 deletions

View File

@@ -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 {