Diff for /loncom/interface/lontrackstudent.pm between versions 1.2 and 1.3

version 1.2, 2004/08/11 23:37:36 version 1.3, 2004/08/19 21:07:35
Line 77  sub get_all_data { Line 77  sub get_all_data {
             LEFT JOIN $student_table  AS C ON C.student_id=A.student_id               LEFT JOIN $student_table  AS C ON C.student_id=A.student_id 
             LEFT JOIN $action_table   AS D ON D.action_id=A.action_id               LEFT JOIN $action_table   AS D ON D.action_id=A.action_id 
             LEFT JOIN $machine_table  AS E ON E.machine_id=A.machine_id              LEFT JOIN $machine_table  AS E ON E.machine_id=A.machine_id
               LIMIT 500
     };      };
     $query =~ s|$/||g;      $query =~ s|$/||g;
     # &Apache::lonnet::logthis($query);      # &Apache::lonnet::logthis($query);
Line 150  sub get_all_data { Line 151  sub get_all_data {
             # The fact that our symbs do not have uploaded/ prepended to them              # The fact that our symbs do not have uploaded/ prepended to them
             # then they (most often but not always) should, is likely to be              # then they (most often but not always) should, is likely to be
             # a puzzle too.              # a puzzle too.
             #my $nav_res = $navmap->getBySymb($symb);              #&Apache::lonnet::logthis('trackstudent:symb = '.$symb);
               # my $nav_res = $navmap->getBySymb($symb);
             $title = 'resource title goes here'; # $nav_res->title();              $title = 'resource title goes here'; # $nav_res->title();
             $src   = '/dev/null'; # $nav_res->src();              $src   = '/dev/null'; # $nav_res->src();
         }          }

Removed from v.1.2  
changed lines
  Added in v.1.3


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