diff --git a/program/steps/addressbook/print.inc b/program/steps/addressbook/print.inc index 232e105dd..cb045b1fd 100644 --- a/program/steps/addressbook/print.inc +++ b/program/steps/addressbook/print.inc @@ -134,5 +134,5 @@ function rcmail_contact_details($attrib) } } - return rcmail_contact_form($form, $record); + return rcmail_contact_form($form, $record, $attrib); }