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

version 1.82, 2014/04/28 01:48:04 version 1.83, 2014/04/28 14:23:47
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'));

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


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