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-ra | |
parent | 343227c978a8ce240a140264869714c672111802 (diff) |
fixed pv add note (with type/status)
Diffstat (limited to 'rhimport-ra')
-rwxr-xr-x | rhimport-ra | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-ra b/rhimport-ra index 0c0f49f..f8a2ca3 100755 --- a/rhimport-ra +++ b/rhimport-ra @@ -103,7 +103,7 @@ for my $entry ($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_date[0], $import_date[1], $import_date[2]), 'n'); + rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", $import_date[0], $import_date[1], $import_date[2]), "1"); print "\n"; last; |