1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +02:00

Unselect original after value input

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@935 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-28 15:52:39 +00:00
parent d31d4e9e52
commit 9fc052b77f
3 changed files with 7 additions and 7 deletions

View File

@@ -371,7 +371,7 @@ class Adminer {
if ($field["null"] || isset($_GET["default"])) {
array_unshift($return, "NULL");
}
return (isset($_GET["select"]) ? array("orig" => lang('original')) : array()) + $return;
return $return;
}
/** Get options to display edit field