diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-07-05 15:04:51 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-07-05 15:04:51 (GMT) |
commit | 35ea9c2c28d52c8efb570194b058ac9be62fd21c (patch) | |
tree | f006d75d789c198127d68c6697567bc1d0cab193 /rhimport-zf | |
parent | fa1e54242a55e30606101183b7afede832e9f087 (diff) |
db handle fixed
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); |