From: Jakub Skoczen Date: Wed, 11 Apr 2007 15:27:35 +0000 (+0000) Subject: Update following changes made to the pz2's protocol. X-Git-Tag: PAZPAR2.1.0.0~323 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=542fc08f8a59471cff9b752723f6a36e3357d5f7;p=pazpar2-moved-to-github.git Update following changes made to the pz2's protocol. id -> pz:id --- diff --git a/www/masterkey/js/pzQuery.js b/www/masterkey/js/pzQuery.js index fa77eda..57cf9e0 100644 --- a/www/masterkey/js/pzQuery.js +++ b/www/masterkey/js/pzQuery.js @@ -111,7 +111,7 @@ pzQuery.prototype = { for(var i = 0; i < this.filterHash.length; i++) { if (filter != '') filter = filter + '|'; - filter += 'id='+this.filterHash[i].id; + filter += 'pz:id='+this.filterHash[i].id; } return filter; },