";
retrieve($sbsDate,$sbeDate,'',$sbFilter);
if ($evtList) { //display upcoming events
if ($sbContent == 'todo') {
displayTD($evtList);
} else {
displayUE($evtList);
}
} else {
echo $xx['ssb_none']."\n";
}
echo "
\n
\n
\n";
foreach (array_keys($GLOBALS) as $k) { if (substr($k,0,2) == 'sb') unset($$k); } //unset ext params
unset($k);
chdir($cwd); //restore cwd
?>