From fdc72f81b1206dbfc556174f30d66817e18704bb Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:28:47 +0000 Subject: [PATCH] fix --- helm/matita/scripts/public_html/bench.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 2fef2303f..42e004f9e 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -7,9 +7,6 @@ // $limits = array("30","50","-1"); -print_r($limits); -foreach($limits as $x){ echo $x; } - $quey_all = urlencode("Whole content:@@@select * from bench"); $query_fail = urlencode( "Number of failures:@@@" . @@ -55,7 +52,7 @@ function minus1_to_all($s){ return $s; } -function links_of($name,$q){ +function links_of($name,$q,$limits){ echo "
  • $name"; foreach($limits as $l) { echo "" . @@ -75,13 +72,13 @@ function links_of($name,$q){

    Common Queries

      - - - - - - - + + + + + + +

    Custom Query

    -- 2.39.2