diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-03-21 18:45:40 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-03-21 18:45:40 (GMT) |
commit | a098d6f06d66c5761da5b739a9858ab2b1911975 (patch) | |
tree | 44cb03c12a9e91aa5a79090f891d3abd96f3ca84 | |
parent | 8671790ad6f1e314918e0f6fb9b407d7b510918c (diff) |
finilized mahlzeit importer
-rwxr-xr-x | rhimport-mz | 3 |
1 files changed, 2 insertions, 1 deletions
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) . "<br/>\n"; print "\nsearching local files:\n"; @@ -172,6 +172,7 @@ foreach my $dir (@STATIC_FILES) { } push(@files, "$dir/$file"); } +my $sum_text = $sum_text . "<br/><br/>\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"); |