]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/public_html/bench.php
LIMIT 0,-1 no more valid --> removed
[helm.git] / helm / matita / scripts / public_html / bench.php
index 8ab204537537ce5e2cebfd8c6006c430cbb2262b..c8ef50e653146361b00200017dcf18bd101ed5ea 100644 (file)
@@ -64,7 +64,7 @@ function links_of($name,$q,$limits){
       echo "<a href=\"showquery.php?query=$q1;\">" . 
             minus1_to_all($l) . "</a>&nbsp;&nbsp;";
     }
-      $q1 = str_replace(urlencode("***"), " LIMIT 0,-1", $q);
+      $q1 = str_replace(urlencode("***"), " ", $q);
       echo "<a href=\"showquery.php?query=$q1;\">" . 
             minus1_to_all("-1") . "</a>&nbsp;&nbsp;";
   }