Skip to content

Commit

Permalink
On some systems, the socket buffer is too small to capture all output h…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jan 27, 2014
1 parent 61e9424 commit 1a8c49b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cron/edit_cron.cgi
Expand Up @@ -96,9 +96,10 @@ print &ui_table_end();

# Show times and days to run
print &ui_table_start($text{'edit_when'}, "width=100%", 2);
print &ui_table_row(undef, "<table border width=100%>".
&capture_function_output(\&show_times_input, $job).
"</table>", 2);
print &ui_table_row(undef,
"<table border width=100%>".
&capture_function_output_tempfile(\&show_times_input, $job).
"</table>", 2);
print &ui_table_end();

if ($rangeable) {
Expand Down

0 comments on commit 1a8c49b

Please sign in to comment.