From: jakubvrana Date: Tue, 7 Apr 2009 15:22:58 +0000 (+0000) Subject: Select specific variables X-Git-Tag: v3.0.0~945 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=d72bf4ccf94c7ce724741ad797a327a8ec651418;p=adminer.git Select specific variables git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@575 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/index.php b/index.php index 3aa3bc80..2af28949 100644 --- a/index.php +++ b/index.php @@ -74,8 +74,6 @@ if (isset($_GET["download"])) { $unsigned = array("", "unsigned", "zerofill", "unsigned zerofill"); $enum_length = '\'(?:\'\'|[^\'\\\\]+|\\\\.)*\'|"(?:""|[^"\\\\]+|\\\\.)*"'; $inout = array("IN", "OUT", "INOUT"); - $functions = array("char_length", "from_unixtime", "hex", "lower", "round", "sec_to_time", "time_to_sec", "unix_timestamp", "upper"); - $grouping = array("avg", "count", "distinct", "group_concat", "max", "min", "sum"); $confirm = " onclick=\"return confirm('" . lang('Are you sure?') . "');\""; $error = ""; diff --git a/select.inc.php b/select.inc.php index 938e7fb1..d82fa567 100644 --- a/select.inc.php +++ b/select.inc.php @@ -1,4 +1,6 @@ ", "<=", ">=", "!=", "LIKE", "REGEXP", "IN", "IS NULL", "NOT LIKE", "NOT REGEXP", "NOT IN", "IS NOT NULL");