What the heck is this in TeamSite::WFtask?
GetFileComments(\
@list, $felement)
Gets the file comments for the task. The result is an array of
hash refs, where each hash has keys of 'date', 'task', 'user',
and 'body'.
It looks like this subroutine returns undef so I don't know what is ment by "the result". I assume the list is populated with the hash refs, but what is felement? Assuming that's the file, is that the vpath, ospath, same value as returened by GetFiles or something else?