|
@@ 715-716 (lines=2) @@
|
| 712 |
|
if ( 'pod' == $pod[ 'type' ] ) |
| 713 |
|
$object_name = $pod[ 'name' ]; |
| 714 |
|
|
| 715 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ] ) ) |
| 716 |
|
self::$groups[ $pod[ 'type' ] ] = array(); |
| 717 |
|
|
| 718 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) ) |
| 719 |
|
self::$groups[ $pod[ 'type' ] ][ $object_name ] = array(); |
|
@@ 718-719 (lines=2) @@
|
| 715 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ] ) ) |
| 716 |
|
self::$groups[ $pod[ 'type' ] ] = array(); |
| 717 |
|
|
| 718 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) ) |
| 719 |
|
self::$groups[ $pod[ 'type' ] ][ $object_name ] = array(); |
| 720 |
|
|
| 721 |
|
$_fields = array(); |
| 722 |
|
|