mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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 = '';
|
||||
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(
|
||||
'extra' => $extra,
|
||||
|
Loading…
Reference in New Issue
Block a user