From 35f7b792670f8d106d5eeb5afa3b7003a4fe4ffb Mon Sep 17 00:00:00 2001 From: SpaceCabbie Date: Wed, 1 Apr 2020 22:44:29 +0200 Subject: [PATCH] Update registration-dist.php --- custompages/registration-dist.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/custompages/registration-dist.php b/custompages/registration-dist.php index e883385137..c0d45510b7 100644 --- a/custompages/registration-dist.php +++ b/custompages/registration-dist.php @@ -23,15 +23,6 @@ if (isset($content['form']->_elementIndex['extra_mail_notify_message'])) { if (isset($content['form']->_elementIndex['extra_mail_notify_group_message'])) { $content['form']->removeElement('extra_mail_notify_group_message'); } -if (isset($content['form']->_elementIndex['official_code'])) { - $content['form']->removeElement('official_code'); -} -if (isset($content['form']->_elementIndex['phone'])) { - $content['form']->removeElement('phone'); -} -if (isset($content['form']->_elementIndex['submit'])) { - $content['form']->removeElement('submit'); -} if (isset($content['form']->_elementIndex['status'])) { $content['form']->removeElement('status');