posted March 19, 2005 11:11 AM
It appears that this method was never implemented:# Get a text description of an event's schedule
# ---------------------------------------------
sub getScheduleDescription {
my ($schedule) = @_;
return "";
}
This function gets called when viewing events that are pending approval.
Since the method is not implmented, when an event is displayed for approval, no schedule displays for the event!
So you don't really know what you're approving.
Anyone have a fix?
[This message has been edited by mraj (edited March 19, 2005).]