[LON-CAPA-cvs] cvs: loncom /interface lontrackstudent.pm

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 19 Aug 2004 21:07:35 -0000


matthew		Thu Aug 19 17:07:35 2004 EDT

  Modified files:              
    /loncom/interface	lontrackstudent.pm 
  Log:
  Just get 500 results for now.
  
  
Index: loncom/interface/lontrackstudent.pm
diff -u loncom/interface/lontrackstudent.pm:1.2 loncom/interface/lontrackstudent.pm:1.3
--- loncom/interface/lontrackstudent.pm:1.2	Wed Aug 11 19:37:36 2004
+++ loncom/interface/lontrackstudent.pm	Thu Aug 19 17:07:35 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lontrackstudent.pm,v 1.2 2004/08/11 23:37:36 matthew Exp $
+# $Id: lontrackstudent.pm,v 1.3 2004/08/19 21:07:35 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -77,6 +77,7 @@
             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 $machine_table  AS E ON E.machine_id=A.machine_id
+            LIMIT 500
     };
     $query =~ s|$/||g;
     # &Apache::lonnet::logthis($query);
@@ -150,7 +151,8 @@
             # The fact that our symbs do not have uploaded/ prepended to them
             # then they (most often but not always) should, is likely to be
             # 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();
             $src   = '/dev/null'; # $nav_res->src();
         }