mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fix for bug [ 1175200 ] 24 - hour workday hangs appth the index_block
This commit is contained in:
parent
13f7f94036
commit
56579673b2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user