Termine
$q = mysql_query("select * from joe_cal_events order by start asc"); while($r = mysql_fetch_array($q)){ print "$r[title]
".prettyDate($r[start],2)."
"; if($r[description]){ $Text = $r[description]; $Text = BBCode($Text); print "".$Text."
"; } print "