From 3ad24ceaebc3fbf2c2a7f9af70f526671a6074c5 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 31 Oct 2005 07:33:04 +0000 Subject: [PATCH] Fixed typo so dateto uri parameter works. --- mod/forum/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/search.php b/mod/forum/search.php index 2197442ee36..a94dd20c603 100644 --- a/mod/forum/search.php +++ b/mod/forum/search.php @@ -39,7 +39,7 @@ if ($timetorestrict) { $dateto = make_timestamp($toyear, $tomonth, $today, $tohour, $tominute); } else { - $dateto = optional_param('datefrom', 0, PARAM_INT); // Ending date + $dateto = optional_param('dateto', 0, PARAM_INT); // Ending date }