*** empty log message ***

This commit is contained in:
sebastian 2005-03-22 23:39:58 +00:00
parent 5853bd2f1f
commit de1e870d3f
10 changed files with 86 additions and 69 deletions

View file

@ -60,7 +60,7 @@ if (is_array($_REQUEST['popup'])){
break;
case "SCHEDULER.removeItem":
$Smarty->assign('gunid', $_REQUEST['gunid']);
$Smarty->assign('scheduleId', $_REQUEST['scheduleId']);
$Smarty->display('popup/SCHEDULER.removeItem.tpl');
break;
}