mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
New test files for ExecMethod() call.
This commit is contained in:
parent
5d34135559
commit
0166be1f58
@ -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
2935
calendar/inc/events.ics
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user