Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Aug 1, 2022
1 parent 58f8d25 commit 9ed1260
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/psp-db/pspdb-generate-xml.pl
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,6 @@ sub createPerson {
AND org.od_organ IS NOT NULL',$pers->{id_osoba}));
$sth->execute;
while(my $pm = $sth->fetchrow_hashref ) {
print STDERR join("\t",values %$pm),"\n";
print STDERR $strp2->parse_datetime($pm->{od_organ}),"\n";
$person->addLink(
sprintf('https://www.senat.cz/senatori/index.php?ke_dni=%d.%d.%d&par_3=%s',
(reverse split('-',$pm->{od_organ})),
Expand Down

0 comments on commit 9ed1260

Please sign in to comment.