From a098d6f06d66c5761da5b739a9858ab2b1911975 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 21 Mar 2013 18:45:40 +0000 Subject: finilized mahlzeit importer diff --git a/rhimport-mz b/rhimport-mz index 30dfd48..2fc0880 100755 --- a/rhimport-mz +++ b/rhimport-mz @@ -145,7 +145,7 @@ sub find_next_file { }; my $sum_title = "zip-fm (WH)"; -my $sum_text = get_note($ZF_NOTE_FILE); +my $sum_text = get_note($ZF_NOTE_FILE) . "
\n"; print "\nsearching local files:\n"; @@ -172,6 +172,7 @@ foreach my $dir (@STATIC_FILES) { } push(@files, "$dir/$file"); } +my $sum_text = $sum_text . "

\n"; 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), "1"); -- cgit v0.10.2