|
@@ 3652-3654 (lines=3) @@
|
| 3649 |
|
|
| 3650 |
|
$related_limit = (int) pods_var_raw( $type . '_limit', $fields[ $field ][ 'options' ], 0 ); |
| 3651 |
|
|
| 3652 |
|
if ( 'single' == pods_var_raw( $type . '_format_type', $fields[ $field ][ 'options' ] ) ) { |
| 3653 |
|
$related_limit = 1; |
| 3654 |
|
} |
| 3655 |
|
|
| 3656 |
|
// Enforce integers / unique values for IDs |
| 3657 |
|
$value_ids = array(); |
|
@@ 3928-3929 (lines=2) @@
|
| 3925 |
|
|
| 3926 |
|
$related_limit = (int) pods_var_raw( $field[ 'type' ] . '_limit', $field[ 'options' ], 0 ); |
| 3927 |
|
|
| 3928 |
|
if ( 'single' == pods_var_raw( $field[ 'type' ] . '_format_type', $field[ 'options' ] ) ) |
| 3929 |
|
$related_limit = 1; |
| 3930 |
|
|
| 3931 |
|
// Limit values |
| 3932 |
|
if ( 0 < $related_limit && !empty( $related_ids ) ) |