Diff for /loncom/interface/lonpickcourse.pm between versions 1.8 and 1.9

version 1.8, 2003/09/22 00:48:32 version 1.9, 2003/10/13 22:24:51
Line 74  ENDDOCUMENT Line 74  ENDDOCUMENT
                       '2592000' => 'last month',                        '2592000' => 'last month',
                       '7776000' => 'last three months',                        '7776000' => 'last three months',
                       '15552000' => 'last six months',                        '15552000' => 'last six months',
                       '31104000' => 'last year'));                        '31104000' => 'last year',
                         'select_form_order' =>
                         ['-1','86400','604800','2592000','7776000',
         '15552000','31104000']));
                 
     $r->print(&Apache::loncommon::bodytag("Selecting a Course"));      $r->print(&Apache::loncommon::bodytag("Selecting a Course"));
     my %lt=&Apache::lonlocal::texthash(      my %lt=&Apache::lonlocal::texthash(

Removed from v.1.8  
changed lines
  Added in v.1.9


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