forked from extern/egroupware
revert default for use_time_grid to 1.2 behavior, as many users reported problems and whole day events go not work on ie6 as expected
This commit is contained in:
parent
7d0276b11d
commit
2f9ed542ee
@ -295,7 +295,7 @@ class uiviews extends uical
|
||||
{
|
||||
if ($this->debug > 0) $this->bo->debug_message('uiviews::month(weeks=%1) date=%2',True,$weeks,$this->date);
|
||||
|
||||
$this->use_time_grid = $this->cal_prefs['use_time_grid'] == 'all'; // all views
|
||||
$this->use_time_grid = !$this->cal_prefs['use_time_grid'] || $this->cal_prefs['use_time_grid'] == 'all'; // all views
|
||||
|
||||
if ($weeks)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user