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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 03 Dec 2004 21:20:28 -0000


albertel		Fri Dec  3 16:20:28 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonstathelpers.pm 
  Log:
  - pass the symb cause ya know there might be multiple instances and this kind of random access ain't gonna git it 'aight
  
  
  
Index: loncom/interface/statistics/lonstathelpers.pm
diff -u loncom/interface/statistics/lonstathelpers.pm:1.32 loncom/interface/statistics/lonstathelpers.pm:1.33
--- loncom/interface/statistics/lonstathelpers.pm:1.32	Thu Dec  2 16:53:33 2004
+++ loncom/interface/statistics/lonstathelpers.pm	Fri Dec  3 16:20:28 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstathelpers.pm,v 1.32 2004/12/02 21:53:33 matthew Exp $
+# $Id: lonstathelpers.pm,v 1.33 2004/12/03 21:20:28 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -150,7 +150,7 @@
                             $seq_str .= &mt('response').' '.$respid;
                         }
                         $seq_str .= (' 'x2).
-                            qq{<a target="preview" href="$res->{'src'}">view</a>};
+                            qq{<a target="preview" href="$res->{'src'}?symb=$res->{'symb'}">view</a>};
                         $seq_str .= "</td></tr>\n";
                         $rb_count++;
                     }