New test files for ExecMethod() call.

This commit is contained in:
skeeter 2001-08-15 18:06:55 +00:00
parent 5d34135559
commit 0166be1f58
2 changed files with 2936 additions and 1 deletions

View File

@ -35,7 +35,7 @@ echo "Start Time : ".$phpgw->common->show_date()."<br>\n";
// echo "function_exists = ".function_exists("\$vcalendar->read()")."<br>\n";
$vcalendar = ExecObject('calendar.vCalendar.read',$contents,2,'');
$vcalendar = ExecMethod('calendar.vCalendar.read',$contents);
echo "Product ID = ".$vcalendar->prodid->value."<br>\n";
echo "Method = ".$vcalendar->method->value."<br>\n";

2935
calendar/inc/events.ics Executable file

File diff suppressed because it is too large Load Diff