From 9623b216b2054f001b628851bf882dedd5f78d01 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 26 Oct 2007 21:13:42 +1300 Subject: [PATCH] Get rid of a couple more unassigned variable warnings. --- inc/caldav-REPORT.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/caldav-REPORT.php b/inc/caldav-REPORT.php index d2cd9fc9..e688cc76 100644 --- a/inc/caldav-REPORT.php +++ b/inc/caldav-REPORT.php @@ -29,6 +29,8 @@ require_once("iCalendar.php"); $reportnum = -1; $report = array(); +$denied = array(); +$unsupported = array(); if ( isset($prop_filter) ) unset($prop_filter); $position = 0;