Bug fix: didn't use correct database(s) when 'all' checkbox was selected.
[egate.git] / www / query.egw
index 4d3d365..88b7cf2 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: query.egw,v 1.16 1995/11/13 18:17:47 adam Exp $
+# $Id: query.egw,v 1.17 1995/11/14 16:01:50 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -123,7 +123,7 @@ proc ok-response {} {
         }
         html "<br>\n"
         if {$nodb > 2} {
-            html {<input type="checkbox" name="base" value="} 
+            html {<input type="checkbox" name="baseall" value="} 
             html [concat $databases] {"> All <br>} \n
         }
     }