Code Duplication    Length = 14-14 lines in 2 locations

core/helpers/EEH_Activation.helper.php 2 locations

@@ 1027-1040 (lines=14) @@
1024
                            'QST_deleted'       => 0,
1025
                        );
1026
                        break;
1027
                    case 'country':
1028
                        $QST_values = array(
1029
                            'QST_display_text'  => __('Country', 'event_espresso'),
1030
                            'QST_admin_label'   => __('Country - System Question', 'event_espresso'),
1031
                            'QST_system'        => 'country',
1032
                            'QST_type'          => 'COUNTRY',
1033
                            'QST_required'      => 0,
1034
                            'QST_required_text' => __('This field is required', 'event_espresso'),
1035
                            'QST_order'         => 8,
1036
                            'QST_admin_only'    => 0,
1037
                            'QST_wp_user'       => self::get_default_creator_id(),
1038
                            'QST_deleted'       => 0,
1039
                        );
1040
                        break;
1041
                    case 'state':
1042
                        $QST_values = array(
1043
                            'QST_display_text'  => __('State/Province', 'event_espresso'),
@@ 1041-1054 (lines=14) @@
1038
                            'QST_deleted'       => 0,
1039
                        );
1040
                        break;
1041
                    case 'state':
1042
                        $QST_values = array(
1043
                            'QST_display_text'  => __('State/Province', 'event_espresso'),
1044
                            'QST_admin_label'   => __('State/Province - System Question', 'event_espresso'),
1045
                            'QST_system'        => 'state',
1046
                            'QST_type'          => 'STATE',
1047
                            'QST_required'      => 0,
1048
                            'QST_required_text' => __('This field is required', 'event_espresso'),
1049
                            'QST_order'         => 9,
1050
                            'QST_admin_only'    => 0,
1051
                            'QST_wp_user'       => self::get_default_creator_id(),
1052
                            'QST_deleted'       => 0,
1053
                        );
1054
                        break;
1055
                    case 'zip':
1056
                        $QST_values = array(
1057
                            'QST_display_text'  => __('Zip/Postal Code', 'event_espresso'),