--- loncom/interface/loncommon.pm 2006/03/19 21:43:20 1.313 +++ loncom/interface/loncommon.pm 2006/03/19 22:48:53 1.314 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.313 2006/03/19 21:43:20 albertel Exp $ +# $Id: loncommon.pm,v 1.314 2006/03/19 22:48:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2979,8 +2979,8 @@ sub headtag { &Apache::lonxml::fontsettings(). &Apache::lonhtmlcommon::htmlareaheaders(); - if (ref($args->{'redir'})) { - my ($time,$url) = @{$args->{'redir'}}; + if (ref($args->{'redirect'})) { + my ($time,$url) = @{$args->{'redirect'}}; $result.=<