Subversion Repositories VORC

Rev

Rev 288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 288 Rev 289
Line 158... Line 158...
158
        minute => 0,
158
        minute => 0,
159
        second => 0,
159
        second => 0,
160
        time_zone => 'America/Los_Angeles'
160
        time_zone => 'America/Los_Angeles'
161
  );
161
  );
Line 162... Line 162...
162
  
162
  
Line 163... Line 163...
163
  return "CLOSED (".$t->{capacity} = $t->{available}." Registered)" unless $now < $cutoff;
163
  return "CLOSED (".$t->{capacity} - $t->{available}." Registered)" unless $now < $cutoff;
Line 164... Line 164...
164
  
164
  
165
  my $classkey = join '|', $t->{date}, $t->{start_time}, $t->{location};
165
  my $classkey = join '|', $t->{date}, $t->{start_time}, $t->{location};