From ea87c450119844cf7fc6047d67e16eab04c83666 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:25:25 +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 158941ddc..de2158a65 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -54,7 +54,8 @@ function minus1_to_all($s){ function links_of($name,$q){ echo "
  • $name"; - foreach($limits as $k => $l) { + print_r($limits); + foreach($limits as $l) { echo "" . minus1_to_all($l) . " "; } -- 2.39.2