From bd7e3f804e1230d055f818a5094ae63438531281 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Thu, 21 Mar 2013 18:17:19 +0000
Subject: fixed rhimport for mahlzeit


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";
 
 
-- 
cgit v0.10.2