summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-03-21 18:17:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-03-21 18:17:19 (GMT)
commitbd7e3f804e1230d055f818a5094ae63438531281 (patch)
treedfdf03ea4d0ae7c268e55e846227e54a8a421be2
parent3f7d3d2183dcaa0ed76bad4a5ba59380a4932983 (diff)
fixed rhimport for mahlzeit
-rwxr-xr-xrhimport-mz2
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";