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
@ -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