]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Wed, 13 Jun 2012 18:19:50 +0000 (11:19 -0700)
committerJakub Vrana <jakub@vrana.cz>
Wed, 13 Jun 2012 18:19:50 +0000 (11:19 -0700)
adminer/static/functions.js

index 6933bd52a456a10ca312a7e64cfa713bd92bd294..fd62cd035f841f03034455ce2bb3395e020c7efe 100644 (file)
@@ -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;