Code Duplication    Length = 14-14 lines in 2 locations

core/helpers/EEH_Activation.helper.php 2 locations

@@ 1082-1095 (lines=14) @@
1079
                            'QST_deleted'       => 0,
1080
                        );
1081
                        break;
1082
                    case 'country':
1083
                        $QST_values = array(
1084
                            'QST_display_text'  => __('Country', 'event_espresso'),
1085
                            'QST_admin_label'   => __('Country - System Question', 'event_espresso'),
1086
                            'QST_system'        => 'country',
1087
                            'QST_type'          => 'COUNTRY',
1088
                            'QST_required'      => 0,
1089
                            'QST_required_text' => __('This field is required', 'event_espresso'),
1090
                            'QST_order'         => 7,
1091
                            'QST_admin_only'    => 0,
1092
                            'QST_wp_user'       => self::get_default_creator_id(),
1093
                            'QST_deleted'       => 0,
1094
                        );
1095
                        break;
1096
                    case 'state':
1097
                        $QST_values = array(
1098
                            'QST_display_text'  => __('State/Province', 'event_espresso'),
@@ 1096-1109 (lines=14) @@
1093
                            'QST_deleted'       => 0,
1094
                        );
1095
                        break;
1096
                    case 'state':
1097
                        $QST_values = array(
1098
                            'QST_display_text'  => __('State/Province', 'event_espresso'),
1099
                            'QST_admin_label'   => __('State/Province - System Question', 'event_espresso'),
1100
                            'QST_system'        => 'state',
1101
                            'QST_type'          => 'STATE',
1102
                            'QST_required'      => 0,
1103
                            'QST_required_text' => __('This field is required', 'event_espresso'),
1104
                            'QST_order'         => 8,
1105
                            'QST_admin_only'    => 0,
1106
                            'QST_wp_user'       => self::get_default_creator_id(),
1107
                            'QST_deleted'       => 0,
1108
                        );
1109
                        break;
1110
                    case 'zip':
1111
                        $QST_values = array(
1112
                            'QST_display_text'  => __('Zip/Postal Code', 'event_espresso'),