diff --git a/aruba.rzeszow.pl/xml-convert.php b/aruba.rzeszow.pl/xml-convert.php index 536dd46..cd7a1d7 100644 --- a/aruba.rzeszow.pl/xml-convert.php +++ b/aruba.rzeszow.pl/xml-convert.php @@ -8,7 +8,7 @@ $gid = 'g:id'; for ( $i = count( $xml -> entry ) - 1; $i >= 0; $i-- ) { $id = $xml -> entry[$i] -> children( 'g', true ) -> id; - $ids_to_remove = array( 1891, 6272, 6273, 6274, 6275 ); + $ids_to_remove = array( 1891, 6272, 6273, 6274, 6275, 7758, 7757, 7756, 7755 ); if ( in_array ($id, $ids_to_remove ) ) {