X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Faddressbook.php;h=8e6753dd6e7533c3cfb5babfe38e7075d59d873d;hp=f8589a2f9acea68cef2cbe407c301d0cdbfa448f;hb=199a9ab83772a0d98940eb68837177414a3bcee2;hpb=7428254a601207e35f7235c9f3c6f38f8ce82925 diff --git a/functions/addressbook.php b/functions/addressbook.php index f8589a2f..8e6753dd 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -192,7 +192,7 @@ function abook_create_form($form_url, $name, $title, $button, global $oTemplate; - $output = addForm($form_url, 'post', 'f_add'); + $output = addForm($form_url, 'post', 'f_add', '', '', array(), TRUE); if ($button == _("Update address")) { $edit = true;