Diff for /loncom/interface/loncommon.pm between versions 1.196 and 1.197

version 1.196, 2004/07/03 20:24:12 version 1.197, 2004/07/06 15:48:30
Line 1881  returns description of a specified copyr Line 1881  returns description of a specified copyr
 sub copyrightdescription {  sub copyrightdescription {
     return &mt($cprtag{shift(@_)});      return &mt($cprtag{shift(@_)});
 }  }
   
   =pod
   
 =item * source_copyrightids()   =item * source_copyrightids() 
   
 returns list of all source copyrights  returns list of all source copyrights

Removed from v.1.196  
changed lines
  Added in v.1.197


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