Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv15967

Modified Files:
        Searcher.js.jsp 
Log Message:
upload did not work any more


See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates


Index: Searcher.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/Searcher.js.jsp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- Searcher.js.jsp     20 Oct 2008 08:16:10 -0000      1.38
+++ Searcher.js.jsp     4 Nov 2008 15:02:12 -0000       1.39
@@ -16,7 +16,7 @@
  * - mmsrRelaterReady      (use   $("div.mm_related").bind("mmsrRelaterReady", 
function (e, tr) ) )
  *
  * @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.38 2008/10/20 08:16:10 andre Exp $
+ * @version $Id: Searcher.js.jsp,v 1.39 2008/11/04 15:02:12 michiel Exp $
  */
 
 
@@ -570,7 +570,7 @@
 
 MMBaseSearcher.prototype.getTr = function(node) {
     var url = "${mm:link('/mmbase/searchrelate/node.tr.jspx')}";
-    var params = {id: this.getQueryId(), node: node, fields: fields};
+    var params = {id: this.getQueryId(), node: node, fields: this.fields};
     var result;
     $.ajax({async: false, url: url, type: "GET", dataType: "xml", data: params,
             complete: function(res, status){
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to