diff options
Diffstat (limited to 'rhimport-zf')
-rwxr-xr-x | rhimport-zf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhimport-zf b/rhimport-zf index 008ebec..91bb4a0 100755 --- a/rhimport-zf +++ b/rhimport-zf @@ -84,7 +84,7 @@ print "day of broadcast: " . Date::Calc::Date_to_Text(@broadcast_day) . "\n"; for my $href ( @allowed_dbs ) { if ($dow == int(substr($href->{'NAME'},0,2))) { $dropbox = $href->{'PATH'}; - $to_cart = $href->{'TO_CART'}; + $to_cart = $href->{'TO_CART'}; } } @@ -130,7 +130,7 @@ for my $entry ($feed->entries) { } else { rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", $broadcast_day[0], $broadcast_day[1], $broadcast_day[2]), "1"); } - print "\n"; + print "\n"; unlink($NOTE_FILE); open(my $fhs, '>', $NOTE_FILE); |