Diff for /loncom/interface/coursecatalog.pm between versions 1.82 and 1.84

version 1.82, 2014/04/28 01:48:04 version 1.84, 2014/04/28 22:12:55
Line 90  sub handler { Line 90  sub handler {
         }          }
     } else {      } else {
         $cathash = {};          $cathash = {};
         $cattype eq 'std';          $cattype = 'std';
     }      }
     if ($cattype eq 'none') {      if ($cattype eq 'none') {
         $r->print(&Apache::loncommon::start_page('Course/Community Catalog'));          $r->print(&Apache::loncommon::start_page('Course/Community Catalog'));
Line 386  sub coursesearch { Line 386  sub coursesearch {
     my %lt = &Apache::lonlocal::texthash (      my %lt = &Apache::lonlocal::texthash (
                                            crlk => 'Course look-up',                                               crlk => 'Course look-up',  
                                            code => 'Code',                                             code => 'Code',
                                            ifyo => 'Enter the character code (six letters and numbers)',                                             ifyo => 'Enter the course code (six letters and numbers)',
                                            srch => 'Find course',                                             srch => 'Find course',
                                          );                                           );
     return <<"END";      return <<"END";

Removed from v.1.82  
changed lines
  Added in v.1.84


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