Diff for /loncom/interface/lonaboutme.pm between versions 1.70.2.1 and 1.70.2.3

version 1.70.2.1, 2008/12/11 16:46:50 version 1.70.2.3, 2009/03/18 03:14:18
Line 313  sub handler { Line 313  sub handler {
   ('View recent activity by this student',    ('View recent activity by this student',
    $cnum,$cdom).(' 'x2));     $cnum,$cdom).(' 'x2));
     }      }
     $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));      $r->print(&Apache::loncommon::noteswrapper(&mt('Add Records'),$cnum,$cdom));
  } else {   } else {
     $r->print('\\\\\textbf{'.&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'}\\\\'.&mt('Shared by course faculty and staff').'\\\\\\\\');      $r->print('\\\\\textbf{'.&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'}\\\\'.&mt('Shared by course faculty and staff').'\\\\\\\\');
     &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);      &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);
Line 722  sub aboutme_access { Line 722  sub aboutme_access {
         $cdom = $coursehash{'domain'};          $cdom = $coursehash{'domain'};
         $cnum = $coursehash{'cnum'};          $cnum = $coursehash{'cnum'};
     }      }
     if ((&allowed('srm',$privcheck)) || (&allowed('dff',$privcheck))) {      if ((&Apache::lonnet::allowed('srm',$privcheck)) || 
           (&Apache::lonnet::allowed('dff',$privcheck))) {
         if (&in_course($uname,$udom,$cnum,$cdom)) {          if (&in_course($uname,$udom,$cnum,$cdom)) {
             return 1;              return 1;
         }          }

Removed from v.1.70.2.1  
changed lines
  Added in v.1.70.2.3


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