Subversion Repositories VORC

Rev

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

Rev 138 Rev 153
Line 298... Line 298...
298
}
298
}
Line 299... Line 299...
299
 
299
 
300
my @shifts;
300
my @shifts;
301
if ($FORM{shiftinclude} eq "true") {
301
if ($FORM{shiftinclude} eq "true") {
-
 
302
  my @SIWhere; # = ("year(date) = '$YEAR'");
302
  my @SIWhere; # = ("year(date) = '$YEAR'");
303
  push @SIWhere, "year(date) = year(now())";
303
  push @SIWhere, "RCid = $ORCUSER->{RCid}";
304
  push @SIWhere, "RCid = $ORCUSER->{RCid}";
304
  my ($d, $c) = getData (\@displayFields, \@SIWhere, 'v_class_signup', 'date');
305
  my ($d, $c) = getData (\@displayFields, \@SIWhere, 'v_class_signup', 'date');
305
  @shifts = @{ $d };
306
  @shifts = @{ $d };