mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fixed an other warning
This commit is contained in:
parent
76eb7d2ca0
commit
cec909fb13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user