*** empty log message ***

This commit is contained in:
sebastian 2005-06-08 19:27:10 +00:00
parent 9e8ab83dca
commit 089134adf2
20 changed files with 218 additions and 261 deletions

View file

@ -253,8 +253,8 @@ switch($_REQUEST['act']){
$uiHandler->SCHEDULER->setReload();
break;
case "SCHEDULER.setScheduleTime":
$uiHandler->SCHEDULER->setScheduleAt($_REQUEST);
case "SCHEDULER.setScheduleAtTime":
$uiHandler->SCHEDULER->setScheduleAtTime($_REQUEST);
$uiHandler->SCHEDULER->setClose();
break;
@ -277,7 +277,7 @@ switch($_REQUEST['act']){
if ($uiHandler->alertMsg) $_SESSION['alertMsg'] = $uiHandler->alertMsg;
#header('Location: '.$uiHandler->redirUrl);
if (ob_get_contents()) {
$ui_wait = 5;
$ui_wait = 10;
}
ob_end_clean;
?>