Remove some more dates from favorites

This commit is contained in:
Nathan Gray 2015-11-24 17:55:11 +00:00
parent c91b4af435
commit f4fc9a464e

View File

@ -2674,6 +2674,10 @@ function calendar_upgrade14_3_901()
if($old_value['state'])
{
unset($old_value['state']['date']);
unset($old_value['state']['startdate']);
unset($old_value['state']['start_date']);
unset($old_value['state']['enddate']);
unset($old_value['state']['end_date']);
}
return $old_value;
});