$row[Lecturer]\n";} else { print "
$row[Lecturer]\n";} print "
presents\n"; } if ($row[WWW]) {print "
$row[Title]\n";} else { print "
$row[Title]\n";} $time=ereg_replace("\:00$","",$row[Start_time]); list($year,$mont,$day)=split('-',$row[Date]); $Stop_date=""; if ($row[Stop_date] && ($row[Stop_date]!='0000-00-00') && ($row[Stop_date]!=$row[Date])){ list($syear,$smont,$sday)=split('-',$row[Stop_date]); if ($smont!=$mont) $Stop_date="$smont-"; $Stop_date.=$sday; } print "
 
On $row[Date]".($Stop_date ? " - $Stop_date":'').($time!='00:00' ? " $time":'')."\n"; if ($row[Room]) print " at $row[Room]\n"; $abstrakt=stripslashes($row[Abstrakt]); print "
 
 
$row[Abstrakt]
\n"; print "
"; if ($auth) {print "Edit  \n";} print "Back to the list\n"; } ?>