Lots of changes. They aren't visible though.
[egate.git] / www / msearch.egw
index a86d918..ee8add3 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: msearch.egw,v 1.15 1996/02/29 15:41:38 adam Exp $
+# $Id: msearch.egw,v 1.16 1996/03/07 12:46:08 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -61,9 +61,9 @@
             html "$r hits</h3>\n<dd>\n<ul>\n"
 
             if {$hist($setNo,$i,offset) > $hist($setNo,maxPresent)} {
-                display-rec 1 $hist($setNo,maxPresent) display-brief $i
+                display-rec 1 $hist($setNo,maxPresent) display-brief $setNo $i
             } else {
-                display-rec 1 $hist($setNo,$i,offset) display-brief $i
+                display-rec 1 $hist($setNo,$i,offset) display-brief $setNo $i
             }
             html "</ul>"
         }