mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02: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',
|
'onExecute' => 'javaScript:app.mail.edit_acl',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!$this->mail_bo->icServer->queryCapability('ACL')) unset($tree_actions['edit_acl']);
|
if (!$this->mail_bo->icServer->queryCapability('ACL')) unset($tree_actions['edit_acl']);
|
||||||
$etpl->setElementAttribute(self::$nm_index.'[foldertree]','actions', $tree_actions);
|
$etpl->setElementAttribute(self::$nm_index.'[foldertree]','actions', $tree_actions);
|
||||||
|
|
||||||
@ -1640,7 +1640,7 @@ unset($query['actions']);
|
|||||||
'id' => $field_data,//['EMAIL'],
|
'id' => $field_data,//['EMAIL'],
|
||||||
// 'label' => ($field_data['PERSONAL_NAME'] && $field_data['PERSONAL_NAME']!='NIL') ? $field_data['PERSONAL_NAME']:$field_data['EMAIL'],
|
// 'label' => ($field_data['PERSONAL_NAME'] && $field_data['PERSONAL_NAME']!='NIL') ? $field_data['PERSONAL_NAME']:$field_data['EMAIL'],
|
||||||
// Optional
|
// 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
|
// Add all other data, will be preserved & passed to js onclick
|
||||||
// Also available in widget.options.select_options
|
// Also available in widget.options.select_options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user