From 4a6c72cd1cda300ef58295e01808bb9d7d467c5c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 13 Jun 2012 11:19:50 -0700 Subject: [PATCH] Comment --- adminer/static/functions.js | 1 + 1 file changed, 1 insertion(+) 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;