diff options
Diffstat (limited to 'program/steps/addressbook/show.inc')
-rw-r--r-- | program/steps/addressbook/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc index 49953fd25..f62bad3d5 100644 --- a/program/steps/addressbook/show.inc +++ b/program/steps/addressbook/show.inc @@ -90,7 +90,7 @@ function rcmail_contact_details($attrib) $i_size = !empty($attrib['size']) ? $attrib['size'] : 40; $form = array( - 'info' => array( + 'contact' => array( 'name' => rcube_label('contactproperties'), 'content' => array( 'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'), |