]> 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 158941ddc8b7ec0c05653da20594f0b46fafcd78..de2158a65d3cab29c7a014f60b13c6c75471f817 100644 (file)
@@ -54,7 +54,8 @@ function minus1_to_all($s){
 
 function links_of($name,$q){
   echo "<li>$name";
-  foreach($limits as $k => $l) {
+  print_r($limits);
+  foreach($limits as $l) {
     echo "<a href=\"showquery.php?query=$q LIMIT 0,$l; \">" . 
           minus1_to_all($l) . "</a>&nbsp;";
   }