1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00
This commit is contained in:
Jakub Vrana
2012-06-13 11:19:50 -07:00
parent 7f1fcc2286
commit 4a6c72cd1c

View 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;