forked from extern/egroupware
better support of entry
This commit is contained in:
parent
3742880ff0
commit
67118cbb87
@ -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 = "";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user