Subversion Repositories VORC

Rev

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

Rev 87 Rev 95
Line 279... Line 279...
279
 
279
 
280
my @shifts;
280
my @shifts;
281
if ($FORM{shiftinclude} eq "true") {
281
if ($FORM{shiftinclude} eq "true") {
282
  my @SIWhere; # = ("year(date) = '$YEAR'");
282
  my @SIWhere; # = ("year(date) = '$YEAR'");
283
  push @SIWhere, "RCid = $ORCUSER->{RCid}";
283
  push @SIWhere, "RCid = $ORCUSER->{RCid}";
284
  my ($d, $c) = getData (\@displayFields, \@SIWhere, 'v_class_signup', $FORM{sortby});
284
  my ($d, $c) = getData (\@displayFields, \@SIWhere, 'v_class_signup', 'date');
285
  @shifts = @{ $d };
285
  @shifts = @{ $d };
Line 286... Line 286...
286
}
286
}