fix for bug [ 1175200 ] 24 - hour workday hangs appth the index_block

This commit is contained in:
Ralf Becker 2005-04-03 09:26:10 +00:00
parent 13f7f94036
commit 56579673b2

View File

@ -348,7 +348,7 @@ class uiviews extends uical
for ($t = 0; $t < 24*60; $t += $inc) for ($t = 0; $t < 24*60; $t += $inc)
{ {
$inc = $granularity_m; $inc = $granularity_m;
if (!$t) if (!$t && $this->wd_start)
{ {
$inc = $this->wd_start; $inc = $this->wd_start;
} }