From 11a5c4ee651bbb77478d373f4132a6e28ae4441b Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Thu, 22 May 2025 16:08:22 +0200 Subject: [PATCH] =?UTF-8?q?Zaktualizowano=20list=C4=99=20identyfikator?= =?UTF-8?q?=C3=B3w=20do=20usuni=C4=99cia=20w=20pliku=20xml-convert.php,=20?= =?UTF-8?q?dodaj=C4=85c=20dodatkowe=20identyfikatory.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aruba.rzeszow.pl/xml-convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) {