Diff for /loncom/interface/coursecatalog.pm between versions 1.60 and 1.61

version 1.60, 2010/04/04 15:38:34 version 1.61, 2010/05/30 14:17:04
Line 192  sub course_details { Line 192  sub course_details {
     my $brtexttwo = 'Course details';      my $brtexttwo = 'Course details';
     if ($env{'form.currcat_0'} eq 'communities::0') {      if ($env{'form.currcat_0'} eq 'communities::0') {
         $brtextone = 'Community listing';          $brtextone = 'Community listing';
         $brtextone = 'Community details';          $brtexttwo = 'Community details';
     }      }
     &Apache::lonhtmlcommon::add_breadcrumb      &Apache::lonhtmlcommon::add_breadcrumb
              ({href=>"javascript:document.$formname.submit()",               ({href=>"javascript:document.$formname.submit()",

Removed from v.1.60  
changed lines
  Added in v.1.61


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