From 089f72682f3fd9e2cd845843e7bd9a96047a197d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 23 Nov 2002 23:42:00 +0000 Subject: Patched. --- search.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'search.php') diff --git a/search.php b/search.php index a3c6966..d5601d1 100644 --- a/search.php +++ b/search.php @@ -7,7 +7,7 @@ include('./functions/ical_parser.php'); if (isset($HTTP_SERVER_VARS['HTTP_REFERER']) && $HTTP_SERVER_VARS['HTTP_REFERER'] != '') { $back_page = $HTTP_SERVER_VARS['HTTP_REFERER']; } else { - $back_page = BASE.$default_view.'.php?cal='.$cal.'&getdate='.$getdate; + $back_page = BASE.$default_view.'.php?cal='.$cal.'&getdate='.$getdate; } $search_valid = false; @@ -104,7 +104,7 @@ $search_took = number_format(($search_ended-$search_started),3); - + -