one quick change to accomodate new date stuff
This commit is contained in:
parent
d99c033411
commit
10f3b3578d
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ sub www_editEventSave {
|
|||
if ($session{form}{eid} eq "new") {
|
||||
$session{form}{name} = $session{form}{name} || "unnamed";
|
||||
$session{form}{eid} = getNextId("EventsCalendar_eventId");
|
||||
$until = setToEpoch($session{form}{until});
|
||||
$until = WebGUI::FormProcessor::date($session{form}{until});
|
||||
$until = $endDate[0] unless ($until >= $endDate[0]);
|
||||
$eventId[0] = getNextId("EventsCalendar_eventId");
|
||||
$session{form}{interval} = 1 if ($session{form}{interval} < 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue