--- loncom/interface/spreadsheet/classcalc.pm 2005/03/10 17:33:57 1.22 +++ loncom/interface/spreadsheet/classcalc.pm 2005/04/07 06:56:23 1.23 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.22 2005/03/10 17:33:57 matthew Exp $ +# $Id: classcalc.pm,v 1.23 2005/04/07 06:56:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -307,7 +307,7 @@ sub outsheet_htmlclasslist { # # Determine if we should output expire caches links... my $show_expire_link = 0; - if (exists($ENV{'user.role.dc./'.$ENV{'request.role.domain'}.'/'})){ + if (exists($env{'user.role.dc./'.$env{'request.role.domain'}.'/'})){ $show_expire_link = 1; } #