From 1f91fd02b00e0c68960b9377520d399118f592b7 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Sat, 22 Nov 2003 21:26:03 +0000 Subject: Fixed a typo that was causing a parse error. --- includes/calendar_nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/calendar_nav.php b/includes/calendar_nav.php index b08d50a..fc82742 100644 --- a/includes/calendar_nav.php +++ b/includes/calendar_nav.php @@ -152,7 +152,7 @@ if ($cal != $ALL_CALENDARS_COMBINED && $subscribe_path != '' && $download_filename != '') echo "$subscribe_lang | $download_lang\n"; if (isset($username)) { $querys = preg_replace("/action=[^&]+/", "action=logout", $QUERY_STRING); - if ($querys == $QUERY_STRING) $querys .= '&action=logout"; + if ($querys == $QUERY_STRING) $querys .= "&action=logout"; $querys = preg_replace("/(username|password)=[^&]+/", "", $querys); echo "Logout $username
\n"; } -- cgit v1.2.3