--- loncom/interface/lonsupportreq.pm 2012/04/18 17:30:24 1.67 +++ loncom/interface/lonsupportreq.pm 2012/08/27 02:02:57 1.68 @@ -1,5 +1,5 @@ # -# $Id: lonsupportreq.pm,v 1.67 2012/04/18 17:30:24 raeburn Exp $ +# $Id: lonsupportreq.pm,v 1.68 2012/08/27 02:02:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -36,6 +36,7 @@ use Apache::lonhtmlcommon; use Apache::lonnet; use Apache::lonlocal; use Apache::lonacc(); +use Apache::lonauth(); use Apache::courseclassifier; use LONCAPA qw(:DEFAULT :match); @@ -915,6 +916,10 @@ sub print_header { if ($origurl eq '') { $origurl = 'javascript:history.go(-1)'; } + my $loginhelp = &Apache::lonauth::loginhelpdisplay(); + if ($loginhelp eq '') { + $loginhelp = '/adm/loginproblems.html'; + } $r->print(<<"END"); @@ -927,7 +932,7 @@ sub print_header {
- + $getstartlink