Diff for /loncom/imspackages/imsexport.pm between versions 1.4 and 1.7

version 1.4, 2006/05/30 12:45:50 version 1.7, 2009/08/28 17:17:25
Line 1 Line 1
   # The LearningOnline Network
   #
   # $Id$
   #
 # Copyright Michigan State University Board of Trustees  # Copyright Michigan State University Board of Trustees
 #  #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).  # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
Line 25  package Apache::imsexport; Line 29  package Apache::imsexport;
   
 use strict;  use strict;
 use Apache::lonnet;  use Apache::lonnet;
   use LONCAPA;
   
 sub simpleproblem  {  sub simpleproblem  {
     my ($symb) = @_;      my ($symb) = @_;
Line 213  sub templatedpage { Line 218  sub templatedpage {
         %syllabusdata=&Apache::lonnet::dump('aboutme',$udom,$uname);          %syllabusdata=&Apache::lonnet::dump('aboutme',$udom,$uname);
         %syllabusfields=&Apache::lonlocal::texthash(          %syllabusfields=&Apache::lonlocal::texthash(
            'aaa_contactinfo'   => 'Contact Information',             'aaa_contactinfo'   => 'Contact Information',
            'bbb_aboutme'       => 'About Me',             'bbb_aboutme'       => 'Personal Information',
            'ccc_webreferences' => 'Web References'             'ccc_webreferences' => 'Web References'
         );          );
         $output .= qq|          $output .= qq|

Removed from v.1.4  
changed lines
  Added in v.1.7


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