Subversion Repositories VORC

Rev

Rev 286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 286 Rev 287
Line 91... Line 91...
91
        minute => 0,
91
        minute => 0,
92
        second => 0,
92
        second => 0,
93
        time_zone => 'America/Los_Angeles'
93
        time_zone => 'America/Los_Angeles'
94
  );
94
  );
Line 95... Line 95...
95
  
95
  
Line 96... Line 96...
96
  return "CLOSED ($t->{available})" unless $now < $cutoff;
96
  return "CLOSED" unless $now < $cutoff;
Line 97... Line 97...
97
  
97
  
98
  my $classkey = join '|', "SEM", $t->{date}, $t->{start_time}, $t->{location};
98
  my $classkey = join '|', "SEM", $t->{date}, $t->{start_time}, $t->{location};