Code Duplication    Length = 12-12 lines in 2 locations

core/helpers/EEH_Activation.helper.php 2 locations

@@ 885-896 (lines=12) @@
882
				// add it
883
				switch ( $QSG_system ) {
884
885
					case 1:
886
							$QSG_values = array(
887
									'QSG_name' => __( 'Personal Information', 'event_espresso' ),
888
									'QSG_identifier' => 'personal-information-' . time(),
889
									'QSG_desc' => '',
890
									'QSG_order' => 1,
891
									'QSG_show_group_name' => 1,
892
									'QSG_show_group_desc' => 1,
893
									'QSG_system' => EEM_Question_Group::system_personal,
894
									'QSG_deleted' => 0
895
								);
896
						break;
897
898
					case 2:
899
							$QSG_values = array(
@@ 898-909 (lines=12) @@
895
								);
896
						break;
897
898
					case 2:
899
							$QSG_values = array(
900
									'QSG_name' => __( 'Address Information','event_espresso' ),
901
									'QSG_identifier' => 'address-information-' . time(),
902
									'QSG_desc' => '',
903
									'QSG_order' => 2,
904
									'QSG_show_group_name' => 1,
905
									'QSG_show_group_desc' => 1,
906
									'QSG_system' => EEM_Question_Group::system_address,
907
									'QSG_deleted' => 0
908
								);
909
						break;
910
911
				}
912
				// make sure we have some values before inserting them