Commit 0595de90 authored by Lev Walkin's avatar Lev Walkin

request free help

parent 86719a33
...@@ -376,6 +376,12 @@ foreach my $trans (sort { $b cmp $a } @transactions) { ...@@ -376,6 +376,12 @@ foreach my $trans (sort { $b cmp $a } @transactions) {
. "&trans=$f" . "&trans=$f"
. "&show=tgz\">" . "&show=tgz\">"
. "Fetch results (.tgz)</A></NOBR>"; . "Fetch results (.tgz)</A></NOBR>";
} else {
$results .= '<BR><FONT SIZE=+1><A HREF="mailto:asn1c@lionet.info?Subject=asn1c compiler help: '
. "transaction $tNum ("
. join(', ', @safeNames)
. ") failed with code $ec"
. '">Request free help</A></FONT>';
} }
$history .= "<TR>" $history .= "<TR>"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment