]> 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 9ca1eb517f137c3a2c03ce787d1c3a5c5e7ec324..3642a1dc0e152178f5d712fecf56d3a32e662e92 100644 (file)
@@ -57,7 +57,7 @@ function minus1_to_all($s){
 function links_of($name,$q,$limits){
   echo "<li>$name&nbsp;";
   foreach($limits as $l) {
-    $q1 = str_replace(urlencode("***"), " LIMIT 0,$l;", $q);
+    $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q);
     echo "<a href=\"showquery.php?query=$q1;\">" . 
           minus1_to_all($l) . "</a>&nbsp;";
   }