mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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
da5ecb4c0b
commit
cc3116c847
@ -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