fixed bug 660354
This commit is contained in:
parent
b3a2edb1aa
commit
a9829d76f7
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ sub www_view {
|
|||
where wobjectId=".$_[0]->get("wobjectId"));
|
||||
}
|
||||
$minDate = $minDate || WebGUI::DateTime::time();
|
||||
($minDate,$junk) = WebGUI::DateTime::dayStartEnd($minDate);
|
||||
($minDate,$junk) = WebGUI::DateTime::monthStartEnd($minDate);
|
||||
if ($_[0]->get("endMonth") eq "last") {
|
||||
($maxDate) = WebGUI::SQL->quickArray("select max(endDate) from EventsCalendar_event where
|
||||
wobjectId=".$_[0]->get("wobjectId"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue