Diff for /loncom/interface/loncoursedata.pm between versions 1.154 and 1.155

version 1.154, 2006/02/05 19:10:19 version 1.155, 2006/02/05 19:14:58
Line 2067  sub rank_students_by_scores_on_resources Line 2067  sub rank_students_by_scores_on_resources
                                        } @$resources                                         } @$resources
                                ).')';                                 ).')';
     my ($award_col, $award_join, $award_clause) = ('', '', '');      my ($award_col, $award_join, $award_clause) = ('', '', '');
     if ($has_award_for)      if ($has_award_for) {
     {  
         my $resource_id = &get_symb_id($has_award_for);          my $resource_id = &get_symb_id($has_award_for);
         $award_col = ", perf.awarded";          $award_col = ", perf.awarded";
         $award_join = "LEFT JOIN $performance_table AS perf ON perf.symb_id"          $award_join = "LEFT JOIN $performance_table AS perf ON perf.symb_id"

Removed from v.1.154  
changed lines
  Added in v.1.155


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