|
@@ 663-664 (lines=2) @@
|
| 660 |
|
if ( 'pod' == $pod[ 'type' ] ) |
| 661 |
|
$object_name = $pod[ 'name' ]; |
| 662 |
|
|
| 663 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ] ) ) |
| 664 |
|
self::$groups[ $pod[ 'type' ] ] = array(); |
| 665 |
|
|
| 666 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) ) |
| 667 |
|
self::$groups[ $pod[ 'type' ] ][ $object_name ] = array(); |
|
@@ 666-667 (lines=2) @@
|
| 663 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ] ) ) |
| 664 |
|
self::$groups[ $pod[ 'type' ] ] = array(); |
| 665 |
|
|
| 666 |
|
if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) ) |
| 667 |
|
self::$groups[ $pod[ 'type' ] ][ $object_name ] = array(); |
| 668 |
|
|
| 669 |
|
$_fields = array(); |
| 670 |
|
|