Diff for /loncom/auth/lonroles.pm between versions 1.256.2.5 and 1.256.2.6

version 1.256.2.5, 2010/12/30 21:18:18 version 1.256.2.6, 2011/09/27 20:33:34
Line 1763  sub display_cc_role { Line 1763  sub display_cc_role {
             my %newhash=&Apache::lonnet::coursedescription($tcourseid);              my %newhash=&Apache::lonnet::coursedescription($tcourseid);
             if (%newhash) {              if (%newhash) {
                 $twhere=$newhash{'description'}.                  $twhere=$newhash{'description'}.
                         ' <span style="LC_fontsize_small">'.                          ' <span class="LC_fontsize_small">'.
                         &Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom).                          &Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom).
                         '</span>';                          '</span>';
                 $ttype = $newhash{'type'};                  $ttype = $newhash{'type'};

Removed from v.1.256.2.5  
changed lines
  Added in v.1.256.2.6


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