fixed an other warning

This commit is contained in:
Ralf Becker 2013-11-16 11:24:52 +00:00
parent 76eb7d2ca0
commit cec909fb13

View File

@ -339,7 +339,7 @@ class mail_ui
'onExecute' => 'javaScript:app.mail.edit_acl',
),
);
if (!$this->mail_bo->icServer->queryCapability('ACL')) unset($tree_actions['edit_acl']);
$etpl->setElementAttribute(self::$nm_index.'[foldertree]','actions', $tree_actions);
@ -1640,7 +1640,7 @@ unset($query['actions']);
'id' => $field_data,//['EMAIL'],
// 'label' => ($field_data['PERSONAL_NAME'] && $field_data['PERSONAL_NAME']!='NIL') ? $field_data['PERSONAL_NAME']:$field_data['EMAIL'],
// Optional
'title' => str_replace('"',"'",$field_data['RFC822_EMAIL']),
'title' => str_replace('"',"'",$field_data),//['RFC822_EMAIL']),
);
// Add all other data, will be preserved & passed to js onclick
// Also available in widget.options.select_options