diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-15 02:06:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-15 02:06:08 (GMT) |
commit | 818a2dc4bacbe6f0e63386942f2a5111fcca1341 (patch) | |
tree | 9ef21eb11c077389e03efd8881c880ca97f89c50 /rhautoimport-dn | |
parent | 165b76ae2072b5cad1dde22b0896c6c3fd54815e (diff) |
fixed permissions for request file, selection of right radio stimme show-id works now
Diffstat (limited to 'rhautoimport-dn')
-rwxr-xr-x | rhautoimport-dn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rhautoimport-dn b/rhautoimport-dn index 2a65c8b..62ba332 100755 --- a/rhautoimport-dn +++ b/rhautoimport-dn @@ -164,6 +164,7 @@ if($ret) { print "\nImport Success:\n\n"; print $log; if($sum_title ne "") { + print "\n"; rhautoimport::pv_add_note($sum_title, $sum_text, $PV_ID, sprintf("%04d-%02d-%02d", @import_day), "1", 0); } |