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:
Ralf Becker 2007-06-15 19:43:08 +00:00
parent 7d0276b11d
commit 2f9ed542ee

View File

@ -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)
{