Diff for /loncom/interface/coursecatalog.pm between versions 1.30 and 1.31

version 1.30, 2008/05/29 19:58:32 version 1.31, 2008/06/20 13:45:12
Line 619  sub print_course_listing { Line 619  sub print_course_listing {
             return $output;              return $output;
         }          }
         if ($knownuser && !$env{'form.showdetails'}) {          if ($knownuser && !$env{'form.showdetails'}) {
             $output = &mt('<b>Note for students:</b> If you are officially enrolled in a course but the course is not listed in your LON-CAPA courses, click the "Show more details" link for the specific course and check the default access dates and/or automated enrollment settings.<br /><br />');              $output = '<b>'.&mt('Note for students:').'</b> '
                        .&mt('If you are officially enrolled in a course but the course is not listed in your LON-CAPA courses, click the "Show more details" link for the specific course and check the default access dates and/or automated enrollment settings.')
                        .'<br /><br />';
         }          }
     }      }
     my $now = time;      my $now = time;

Removed from v.1.30  
changed lines
  Added in v.1.31


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