Fix user filter for merge

This commit is contained in:
Nathan Gray 2011-02-16 17:23:52 +00:00
parent 4c4f2e5e32
commit 077122e03f

View File

@ -83,6 +83,7 @@ class calendar_merge extends bo_merge
$this->table_plugins[$day] = 'day'; // Current day
}
$this->query = $GLOBALS['egw']->session->appsession('session_data','calendar');
$this->query['users'] = explode(',', $this->query['owner']);
}
/**