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