From 49cfa70058fc7fab9e3007b93e12139604223958 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 06:57:09 +0000 Subject: cal select pulldown --- functions/calendar_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/calendar_functions.php b/functions/calendar_functions.php index ef423b6..020396f 100644 --- a/functions/calendar_functions.php +++ b/functions/calendar_functions.php @@ -257,7 +257,7 @@ function display_ical_list($cals, $pick=FALSE) { } } else { $cal_httpPrefix_tmp = str_replace('webcal://', 'http://', $cal_tmp); - if ($cal_httpPrefix_tmp == urldecode($cal)) { + if ($cal_encoded_tmp == urldecode($cal)) { $return .= ""; } else { $return .= ""; -- cgit v1.2.3