diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-18 20:10:44 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-18 20:10:44 -0800 |
commit | e9b2a0d4a388aeb876560aa243d4b9d90ba8c84b (patch) | |
tree | a26d87679c60412428edd08232960af8d5af0806 /httemplate/misc/timeworked.html | |
parent | 5499e8e571862b071e1b072a017aba16636ea34b (diff) |
fix time queue redirection after #30921
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-x | httemplate/misc/timeworked.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index e4392825c..a0cf74371 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -82,8 +82,9 @@ <BR> -<INPUT TYPE="hidden" NAME="begin" VALUE="<% $cgi->param('begin') |h %>"> -<INPUT TYPE="hidden" NAME="end" VALUE="<% $cgi->param('end') |h %>"> +<INPUT TYPE="hidden" NAME="begin" VALUE="<% $cgi->param('begin') |h %>"> +<INPUT TYPE="hidden" NAME="end" VALUE="<% $cgi->param('end') |h %>"> +<INPUT TYPE="hidden" NAME="category" VALUE="<% $cgi->param('category') |h %>"> <INPUT TYPE="submit" NAME="submit" VALUE="<% $title %>"> </FORM> |