From bef5d56d41f1ad894770f966e717d8f2c549c536 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 10 Jan 2006 08:58:09 +0000 Subject: [PATCH 1/1] LIMIT 0,-1 no more valid --> removed --- helm/matita/scripts/public_html/bench.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") . "  "; } -- 2.39.2