Zaktualizowano listę identyfikatorów do usunięcia w pliku xml-convert.php, dodając dodatkowe identyfikatory.

This commit is contained in:
2025-05-22 16:08:22 +02:00
parent 4b0d444497
commit 11a5c4ee65

View File

@@ -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 ) )
{