Code Duplication    Length = 14-14 lines in 2 locations

core/helpers/EEH_Activation.helper.php 2 locations

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