From: Enrico Tassi Date: Wed, 21 Dec 2005 15:25:25 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7964 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ea87c450119844cf7fc6047d67e16eab04c83666;p=helm.git fix --- 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) . " "; }