remove not working email from selectbox in search for adding participants

This commit is contained in:
Ralf Becker 2014-10-01 12:54:12 +00:00
parent d736d6cb4a
commit 165abb1280

View File

@ -1457,6 +1457,7 @@ class calendar_uiforms extends calendar_ui
$content['participants']['cal_resources'] = '';
foreach($this->bo->resources as $data)
{
if ($data['app'] == 'email') continue; // make no sense, as we cant search for email
$content['participants']['cal_resources'] .= ','.$data['app'];
}
// adding extra content for the resource link-entry widget to