better support of entry

This commit is contained in:
skeeter 2000-11-24 00:35:43 +00:00
parent 3742880ff0
commit 67118cbb87
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
else
$thisminute = (int)$minute;
$time = $phpgw->calendar->splittime_($phpgw->calendar->fixtime($thishour,$thisminute));
$time = $phpgw->calendar->splittime($phpgw->calendar->fixtime($thishour,$thisminute));
$cal_info->name = "";
$cal_info->description = "";

View File

@ -16,7 +16,7 @@
$phpgw_info["flags"] = array("currentapp" => "calendar", "noheader" => True, "nonavbar" => True, "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
include("../header.inc.php");
if($REQUEST_METHOD <> "POST") {
if($REQUEST_METHOD == "POST") {
}
$cal_info = new calendar_item;