diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-03-21 18:17:19 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-03-21 18:17:19 (GMT) |
commit | bd7e3f804e1230d055f818a5094ae63438531281 (patch) | |
tree | dfdf03ea4d0ae7c268e55e846227e54a8a421be2 /rhimport-mz | |
parent | 3f7d3d2183dcaa0ed76bad4a5ba59380a4932983 (diff) |
fixed rhimport for mahlzeit
Diffstat (limited to 'rhimport-mz')
-rwxr-xr-x | rhimport-mz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-mz b/rhimport-mz index 224cfb4..128e076 100755 --- a/rhimport-mz +++ b/rhimport-mz @@ -170,7 +170,7 @@ foreach my $dir (@STATIC_FILES) { } print "\nsummary:\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"); +rhimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", @import_day), "1"); print "\n"; |