From 0c35aaa5437373ff24fd24adaf5b75991d589ee5 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:32:44 +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 bc1510f5d..e12cb0657 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -55,7 +55,8 @@ function minus1_to_all($s){ function links_of($name,$q,$limits){ echo "
  • $name "; foreach($limits as $l) { - echo "" . + $q1 = str_replace("###", "LIMIT 0,$l;###", $q); + echo "" . minus1_to_all($l) . " "; } echo "
  • "; -- 2.39.2