From de5307473426a91b986b59b68dff57a125fe2468 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 17 Jun 2016 15:21:20 +0200 Subject: [PATCH] Fix syntax error --- program/steps/addressbook/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 48f15d9fe..f37ce05f7 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -532,7 +532,7 @@ function rcmail_contact_form($form, $record, $attrib = null) $form = $plugin['form']; $record = $plugin['record']; - $head_fields = $plugin['head_fields'] + $head_fields = $plugin['head_fields']; $edit_mode = $RCMAIL->action != 'show' && $RCMAIL->action != 'print'; $del_button = $attrib['deleteicon'] ? html::img(array('src' => $RCMAIL->output->get_skin_file($attrib['deleteicon']), 'alt' => $RCMAIL->gettext('delete'))) : $RCMAIL->gettext('delete'); $out = '';