Diff for /loncom/interface/spreadsheet/classcalc.pm between versions 1.22 and 1.24

version 1.22, 2005/03/10 17:33:57 version 1.24, 2006/02/27 00:56:47
Line 285  sub output_options { Line 285  sub output_options {
     my $self = shift();      my $self = shift();
     return  ({value       => 'htmlclasslist',      return  ({value       => 'htmlclasslist',
               description => 'Student Sheet Links'},                description => 'Student Sheet Links'},
                {value       => 'source',
                 description => 'Show Source'},
              {value       => 'html',               {value       => 'html',
               description => 'HTML'},                description => 'HTML'},
              {value       => 'excel',               {value       => 'excel',
Line 307  sub outsheet_htmlclasslist { Line 309  sub outsheet_htmlclasslist {
     #      #
     # Determine if we should output expire caches links...      # Determine if we should output expire caches links...
     my $show_expire_link = 0;      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;          $show_expire_link = 1;
     }      }
     #      #

Removed from v.1.22  
changed lines
  Added in v.1.24


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>