Diff for /loncom/interface/lonpickcourse.pm between versions 1.73.2.2 and 1.73.2.3

version 1.73.2.2, 2008/07/01 05:26:04 version 1.73.2.3, 2008/09/20 16:57:18
Line 436  sub build_filters { Line 436  sub build_filters {
                       '15552000','31104000']));                        '15552000','31104000']));
   
     my %lt = (      my %lt = (
               'cac' => &mt('[_1] Activity',$type),                'cac' => &mt("$type Activity"),
               'cde' => &mt('[_1] Description',$type),                'cde' => &mt("$type Description"),
               'cdo' => &mt('[_1] Domain',$type),                'cdo' => &mt("$type Domain"),
               'cin' => &mt('Course Institutional Code'),                'cin' => &mt('Course Institutional Code'),
               'cow' => &mt("[_1] Owner's Username",$type),                'cow' => &mt("$type Owner's Username),
               'cod' => &mt("[_1] Owner's Domain", $type),                'cod' => &mt("$type Owner's Domain"),
               'cog' => &mt('Course Type')                'cog' => &mt('Course Type')
              );               );
   

Removed from v.1.73.2.2  
changed lines
  Added in v.1.73.2.3


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