Code Duplication    Length = 3-3 lines in 2 locations

classes/fields/pick.php 2 locations

@@ 767-769 (lines=3) @@
764
765
		$options['grouped'] = 1;
766
767
		if ( empty( $options[ $args->type . '_object' ] ) ) {
768
			$options[ $args->type . '_object' ] = '';
769
		}
770
771
		if ( empty( $options[ $args->type . '_val' ] ) ) {
772
			$options[ $args->type . '_val' ] = '';
@@ 771-773 (lines=3) @@
768
			$options[ $args->type . '_object' ] = '';
769
		}
770
771
		if ( empty( $options[ $args->type . '_val' ] ) ) {
772
			$options[ $args->type . '_val' ] = '';
773
		}
774
775
		$options['table_info'] = array();
776