Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMigrate.php 2 locations

@@ 1018-1019 (lines=2) @@
1015
                        $params[ 'tbl_row_id' ] = $check->get_field( 'id' );
1016
                        $params[ 'pod_id' ] = $check->get_pod_id();
1017
1018
                        if ( false !== $output )
1019
                            echo "<br />" . date( 'Y-m-d h:i:sa' ) . " - <em>" . $data[ 'pod' ][ 'name' ] . "</em> - Found Existing Item w/ ID: " . $params[ 'tbl_row_id' ] . "\n";
1020
1021
                        unset( $check );
1022
                    }
@@ 1024-1025 (lines=2) @@
1021
                        unset( $check );
1022
                    }
1023
1024
                    if ( !isset( $params[ 'tbl_row_id' ] ) && false !== $output )
1025
                        echo "<br />" . date( 'Y-m-d h:i:sa' ) . " - <em>" . $data[ 'pod' ][ 'name' ] . "</em> - Existing item not found - Creating New\n";
1026
                }
1027
1028
                if ( null !== $data[ 'pre_save' ] && function_exists( $data[ 'pre_save' ] ) ) {