From: Enrico Tassi Date: Wed, 21 Dec 2005 16:01:41 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7939 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=93c731a94ceef8250568a3c118b035a6ebced8fa;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 9ca1eb517..3642a1dc0 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -57,7 +57,7 @@ function minus1_to_all($s){ function links_of($name,$q,$limits){ echo "
  • $name "; foreach($limits as $l) { - $q1 = str_replace(urlencode("***"), " LIMIT 0,$l;", $q); + $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q); echo "" . minus1_to_all($l) . " "; }