diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-02-11 16:57:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-02-11 16:57:04 (GMT) |
commit | 1dea0d52f27eacda4504ca8d2703c3d09f33a73e (patch) | |
tree | a8dae26028f5a7665e9f7d5d6568d58c245adf8b /rhimport-dn | |
parent | fad7219e369e7d183c7ac26103f435d9eb4e5ce1 (diff) |
added dn! fix
Diffstat (limited to 'rhimport-dn')
-rwxr-xr-x | rhimport-dn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rhimport-dn b/rhimport-dn index 5682ff1..dac3a0d 100755 --- a/rhimport-dn +++ b/rhimport-dn @@ -156,6 +156,8 @@ for my $entry ($headlines_feed->entries) { print "summary:\n" . $sum_title . "\n\n" . $sum_text . "\n"; rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", $import_day[0], $import_day[1], $import_day[2]), "1"); print "\n"; + + last; } } } |