mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Applied patch #492669. Alos, a small fix for a problem ceb was having.
This commit is contained in:
parent
d662e5b113
commit
4959718a17
@ -3502,7 +3502,7 @@
|
|||||||
$week = '';
|
$week = '';
|
||||||
if (!$j || ($j && substr($date,6,2) == '01'))
|
if (!$j || ($j && substr($date,6,2) == '01'))
|
||||||
{
|
{
|
||||||
$week = 'week ' .(int)((date('z',($startdate+(24*3600*4)))+7)/7);
|
$week = lang('week').' '.(int)((date('z',($startdate+(24*3600*4)))+7)/7);
|
||||||
}
|
}
|
||||||
$daily[$date] = Array(
|
$daily[$date] = Array(
|
||||||
'extra' => $extra,
|
'extra' => $extra,
|
||||||
|
Loading…
Reference in New Issue
Block a user