X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fstatic%2Fjs%2Fquery.js;h=183e55d10ab291197463da79ae70d0680087dd9f;hb=0f1e6ec6c7cbf1dd2987c633560ab1102a0d3a41;hp=4a64bdde9545bd031fa33d2bb92a1ae24e9e1996;hpb=19ec09726b0265b30fb756c405c47dc789983256;p=unfold.git diff --git a/engine/static/js/query.js b/engine/static/js/query.js index 4a64bdde..183e55d1 100644 --- a/engine/static/js/query.js +++ b/engine/static/js/query.js @@ -96,9 +96,9 @@ INSERT INTO method VALUES(field=value) return {'added':added, 'removed':removed}; } this.to_hash = function() { - return {'action': this.action, 'method': this.method, 'timestamp': this.timestamp, 'filters': this.filters, 'params': this.params, 'fields': this.fields}; + return {'action': this.action, 'method': this.method, 'timestamp': this.timestamp, + 'filters': this.filters, 'params': this.params, 'fields': this.fields}; } - this.analyze_subqueries = function() { /* adapted from the PHP function in com_tophat/includes/query.php */ var q = new Query();