diff options
author | Christian Pointner <equinox@helsinki.at> | 2012-02-17 19:29:26 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2012-02-17 19:29:26 (GMT) |
commit | eff30d15df8108d41c9d5c95362911ebcceec740 (patch) | |
tree | 00b381ee1842d173914ae8d79aa1cbb4e44d4920 /rhimport-dn | |
parent | 343227c978a8ce240a140264869714c672111802 (diff) |
fixed pv add note (with type/status)
Diffstat (limited to 'rhimport-dn')
-rwxr-xr-x | rhimport-dn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-dn b/rhimport-dn index fa7607f..f9d2613 100755 --- a/rhimport-dn +++ b/rhimport-dn @@ -132,7 +132,7 @@ for my $entry ($headlines_feed->entries) { next if($y ne $1); print "summary:\n" . $sum_title . "\n\n" . $sum_text . "\n"; - rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", $today[0], $today[1], $today[2])); + rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", $today[0], $today[1], $today[2]), "1"); print "\n"; } } |