]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/public_html/bench.php
fix
[helm.git] / helm / matita / scripts / public_html / bench.php
index 366b8dcb09aa341c12fcfb31a869f7207b33c21a..31596cc64e7a4c6fc696097a384b65a704d80034 100644 (file)
@@ -57,7 +57,7 @@ function minus1_to_all($s){
 function links_of($name,$q,$limits){
   echo "<li>$name :&nbsp;&nbsp;&nbsp;";
   if (strpos($q, urlencode("***")) === false) {
-    echo "<a href=\"showquery.php?query=$q1;\">all</a>";
+    echo "<a href=\"showquery.php?query=$q;\">all</a>";
   } else {
     foreach($limits as $l) {
       $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q);