Diff for /loncom/homework/outputtags.pm between versions 1.52 and 1.53

version 1.52, 2008/11/14 21:27:17 version 1.53, 2008/11/18 19:14:28
Line 38  relate to due dates of the assignment. Line 38  relate to due dates of the assignment.
 This is part of the LearningOnline Network with CAPA project  This is part of the LearningOnline Network with CAPA project
 described at http://www.lon-capa.org.  described at http://www.lon-capa.org.
   
 =head1 HANDLER SUBROUTINE  =head1 SUBROUTINES
   
 start_displayduedate()  
   
 =head1 OTHER SUBROUTINES  
   
 =over  =over
   
 =item *  =item start_displayduedate()
   
 initialize_outputtags() : Empties the hash of tags that have already been displayed that should only be displayed once.  
   
 =item *  
   
 end_displayduedate()  
   
 =item *  
   
 start_displaytitle()  
   
 =item *  
   
 end_displaytitle()  
   
 =item *  =item initialize_outputtags()
   
 multipart()  Empties the hash of tags that have already been displayed that should only be displayed once.
   
 =item *  =item end_displayduedate()
   
 start_displayweight()  =item start_displaytitle()
   
 =item *  =item end_displaytitle()
   
 end_displayweight()  =item multipart()
   
 =item *  =item start_displayweight()
   
 start_displaystudentphoto()  =item end_displayweight()
   
 =item *  =item start_displaystudentphoto()
   
 end_displaystudentphoto()  =item end_displaystudentphoto()
   
   
 =back  =back

Removed from v.1.52  
changed lines
  Added in v.1.53


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