Joerg R. Weimar - 2008-07-09

The checks for meeting start and end times in the moodle integration module are incorrect.

I suggest the following changes, which make  a meeting open 15 minutes before and until the end of the meeting.

Change  viep.php, Line 229:
    if((($dbtime - 900) <= $now ) && ($now <= ($dbtime + $meethrs*3600 )))

also line 292:
    if($now > ($dbtime +  $meethrs*3600))

Best regards, Jörg Weimar.