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

version 1.4, 2006/05/30 12:45:50 version 1.6, 2009/02/25 10:26:05
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 213  sub templatedpage { Line 217  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.6


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