From: Jakub Vrana Date: Wed, 13 Jun 2012 18:19:50 +0000 (-0700) Subject: Comment X-Git-Tag: v3.4.0~19 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=4a6c72cd1cda300ef58295e01808bb9d7d467c5c;p=adminer.git Comment --- diff --git a/adminer/static/functions.js b/adminer/static/functions.js index 6933bd52..fd62cd03 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -213,6 +213,7 @@ function selectFieldChange(form) { ok = false; } } + //! take grouping in select into account if (col && /^order/.test(select.name)) { if (!(col in indexColumns)) { ok = false;