Applied patch #492669. Alos, a small fix for a problem ceb was having.

This commit is contained in:
skeeter 2001-12-22 14:38:54 +00:00
parent d662e5b113
commit 4959718a17

View File

@ -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,