From: Enrico Tassi Date: Tue, 10 Jan 2006 08:58:09 +0000 (+0000) Subject: LIMIT 0,-1 no more valid --> removed X-Git-Tag: make_still_working~7863 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bef5d56d41f1ad894770f966e717d8f2c549c536;hp=2ca2baa7b345693c7684994130707fb152227931;p=helm.git LIMIT 0,-1 no more valid --> removed --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 8ab204537..c8ef50e65 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -64,7 +64,7 @@ function links_of($name,$q,$limits){ echo "" . minus1_to_all($l) . "  "; } - $q1 = str_replace(urlencode("***"), " LIMIT 0,-1", $q); + $q1 = str_replace(urlencode("***"), " ", $q); echo "" . minus1_to_all("-1") . "  "; }