Diff for /loncom/interface/loncommon.pm between versions 1.13 and 1.14

version 1.13, 2001/12/11 13:51:38 version 1.14, 2001/12/11 19:37:12
Line 82  sub BEGIN { Line 82  sub BEGIN {
     }      }
 }  }
   
   # ---------------------------------------------------------------- Language IDs
   sub languageids {
   
   }
   
   # -------------------------------------------------------- Language Description
   sub languagedescription {
   
   }
   
   # --------------------------------------------------------------- Copyright IDs
   sub copyrightids {
   
   }
   
   # ------------------------------------------------------- Copyright Description
   sub copyrightdescription {
   
   }
   
   # ------------------------------------------------------------- File Categories
   sub filecategories {
   
   }
   
   # ------------------------------------------------------------------ File Types
   sub fileextensions {
   
   }
   
   # ------------------------------------------------------------- Embedding Style
   sub fileembstyle {
   
   }
   
   # ------------------------------------------------------------ Description Text
   sub filedescription {
   
   }
   
 sub get_previous_attempt {  sub get_previous_attempt {
   my ($symb,$username,$domain,$course)=@_;    my ($symb,$username,$domain,$course)=@_;
   my $prevattempts='';    my $prevattempts='';

Removed from v.1.13  
changed lines
  Added in v.1.14


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