Get rid of a couple more unassigned variable warnings.

This commit is contained in:
Andrew McMillan 2007-10-26 21:13:42 +13:00
parent 0bbcc11367
commit 9623b216b2

View File

@ -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;