--- sql-editor.js 2009/04/18 23:35:57 25 +++ sql-editor.js 2009/04/19 00:02:11 28 @@ -89,6 +89,7 @@ var where_parts = []; $('input[name=where_parts]').each(function(){ if (this.checked) where_parts.push(this.value) }); var args = { + table: $('input[name=from]').val(), lookup_col: column, where_parts: where_parts, };