From 9c1ad1c80dbdf3cfa73477437c33fb821a0424b8 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 26 Jan 2009 03:27:29 +0000 Subject: misc changes for 2.31 --- functions/ical_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/ical_parser.php') diff --git a/functions/ical_parser.php b/functions/ical_parser.php index 70f3593..3776e55 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -19,7 +19,7 @@ if ($phpiCal_config->save_parsed_cals == 'yes') { $master_array = unserialize($contents); $z=1; $y=0; - $webcal_mtime = time() - ($webcal_hours * 3600); + $webcal_mtime = time() - ($phpiCal_config->webcal_hours * 3600); if (sizeof($master_array['-4']) == (sizeof($cal_filelist))) { foreach ($master_array['-4'] as $temp_array) { $mtime = $master_array['-4'][$z]['mtime']; -- cgit v1.2.3