Diff for /loncom/auth/lonroles.pm between versions 1.46.2.1 and 1.46.2.2

version 1.46.2.1, 2003/03/19 21:54:32 version 1.46.2.2, 2003/03/19 22:22:18
Line 329  ENDHEADER Line 329  ENDHEADER
                         $twhere=$ENV{'course.'.$tcourseid.'.description'};                          $twhere=$ENV{'course.'.$tcourseid.'.description'};
                         unless ($twhere eq 'Currently not available') {                          unless ($twhere eq 'Currently not available') {
                            $twhere.=' <font size="-2">'.                             $twhere.=' <font size="-2">'.
         &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom,$tfont).          &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom).
                                     '</font>';                                      '</font>';
        }         }
                     } else {                      } else {
Line 338  ENDHEADER Line 338  ENDHEADER
                         if (%newhash) {                          if (%newhash) {
                             $twhere=$newhash{'description'}.                              $twhere=$newhash{'description'}.
                               ' <font size="-2">'.                                ' <font size="-2">'.
         &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom,$tfont).          &Apache::loncommon::syllabuswrapper('Syllabus',$trest,$tdom).
                               '</font>';                                '</font>';
                         } else {                          } else {
                             $twhere='Currently not available';                              $twhere='Currently not available';

Removed from v.1.46.2.1  
changed lines
  Added in v.1.46.2.2


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