From 8de30c68aad7b15319da1e0f7da9a5989b1a9261 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:26:08 +0000 Subject: [PATCH] fix --- helm/matita/scripts/public_html/bench.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index de2158a65..d7d3c1389 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -6,6 +6,8 @@ // query ::= name "@@@" sql // $limits = array("30","50","-1"); + +print_r($limits); $quey_all = urlencode("Whole content:@@@select * from bench"); $query_fail = urlencode( @@ -54,7 +56,6 @@ function minus1_to_all($s){ function links_of($name,$q){ echo "
  • $name"; - print_r($limits); foreach($limits as $l) { echo "" . minus1_to_all($l) . " "; -- 2.39.2