Skip to content
Snippets Groups Projects
Commit 2d1a79b3 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- bugfix: undef comparison

parent 121504e5
No related branches found
No related tags found
No related merge requests found
...@@ -298,7 +298,7 @@ sub main { ...@@ -298,7 +298,7 @@ sub main {
my $mods; my $mods;
if (defined $ppn) { if (defined $ppn) {
$mods = get_mods_from($url, $ppn); $mods = get_mods_from($url, $ppn);
if (1 == $with_debug) { if ($with_debug) {
write_file("DEBUG_${ppn}_mods.xml", $mods); write_file("DEBUG_${ppn}_mods.xml", $mods);
} }
# remove the <xml /> from beginning of the answer # remove the <xml /> from beginning of the answer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment