From: Enrico Tassi Date: Wed, 21 Dec 2005 15:29:05 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7960 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=0a8cd8f6b90725aca060d9451f029e37d387271b;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 42e004f9e..031984926 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -46,7 +46,7 @@ $query_total = urlencode("Number of compiled tests@@@select mark, COUNT(DISTINCT ); function minus1_to_all($s){ - if ($s = "-1") + if ($s == "-1") return "all"; else return $s;