From 9c9bca23f0e2580e14c71e999d3209f57edda004 Mon Sep 17 00:00:00 2001 From: Imanol Losada Date: Fri, 27 Mar 2015 09:07:52 -0500 Subject: [PATCH] Uncomment submit removeElement - refs BT#8538 --- custompages/registration-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custompages/registration-dist.php b/custompages/registration-dist.php index ef66213542..aeb4fc0f83 100644 --- a/custompages/registration-dist.php +++ b/custompages/registration-dist.php @@ -23,7 +23,7 @@ $content['form']->removeElement('extra_mail_notify_message'); $content['form']->removeElement('extra_mail_notify_group_message'); $content['form']->removeElement('official_code'); $content['form']->removeElement('phone'); -//$content['form']->removeElement('submit'); +$content['form']->removeElement('submit'); if (isset($content['form']->_elementIndex['status'])) { $content['form']->removeElement('status'); $content['form']->removeElement('status');