mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fix for missing call to get_sunday_before
This commit is contained in:
parent
a04004a0e7
commit
252ee3f160
@ -77,7 +77,7 @@
|
||||
} else {
|
||||
$start = 93600;
|
||||
}
|
||||
$first = $phpgw->calendar->splitdate($phpgw->calendar->get_sunday_before($thisyear, $thismonth, $thisday) + $start);
|
||||
$first = $phpgw->calendar->splitdate($phpgw->calendar->get_weekday_start($thisyear, $thismonth, $thisday) + $start);
|
||||
$last = $phpgw->calendar->splitdate($first["raw"] + 518400);
|
||||
$phpgw->template->set_file(array("week_t" => "week.tpl"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user