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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 18 Jun 2003 17:34:02 -0000


albertel		Wed Jun 18 13:34:02 2003 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemanalysis.pm 
  Log:
  - ssi_body not ssi (yes Iknow I can't test this,but it feels right)
  
  
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.21 loncom/interface/statistics/lonproblemanalysis.pm:1.22
--- loncom/interface/statistics/lonproblemanalysis.pm:1.21	Mon Mar  3 17:00:03 2003
+++ loncom/interface/statistics/lonproblemanalysis.pm	Wed Jun 18 13:34:02 2003
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemanalysis.pm,v 1.21 2003/03/03 22:00:03 albertel Exp $
+# $Id: lonproblemanalysis.pm,v 1.22 2003/06/18 17:34:02 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -202,7 +202,7 @@
         $r->print($Str);
         $Str = '';
     }
-    my $Answ=&Apache::lonnet::ssi($uri);
+    my $Answ=&Apache::lonnet::ssi_body($uri);
     $Str .= '<br><b>Here you can see the Problem:</b><br>'.$Answ;
     $Str .= '<form>';
     $r->print($Str);