Code Duplication    Length = 3-3 lines in 4 locations

classes/fields/currency.php 4 locations

@@ 301-303 (lines=3) @@
298
299
		$currency = 'usd';
300
301
		if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) {
302
			$currency = pods_v( self::$type . '_format_sign', $options );
303
		}
304
305
		$currency_sign = self::$currencies[ $currency ];
306
@@ 430-432 (lines=3) @@
427
428
		$currency = 'usd';
429
430
		if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) {
431
			$currency = pods_v( self::$type . '_format_sign', $options );
432
		}
433
434
		$currency_sign = self::$currencies[ $currency ];
435
@@ 489-491 (lines=3) @@
486
487
		$currency = 'usd';
488
489
		if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) {
490
			$currency = pods_v( self::$type . '_format_sign', $options );
491
		}
492
493
		$currency_sign = self::$currencies[ $currency ];
494
@@ 563-565 (lines=3) @@
560
561
		$currency = 'usd';
562
563
		if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) {
564
			$currency = pods_v( self::$type . '_format_sign', $options );
565
		}
566
567
		$currency_sign = self::$currencies[ $currency ];
568