Diff for /loncom/interface/lonaboutme.pm between versions 1.7 and 1.9

version 1.7, 2002/09/14 21:01:38 version 1.9, 2002/12/30 14:10:58
Line 153  ENDDOCUMENT Line 153  ENDDOCUMENT
     } else {      } else {
        $r->print('<p>No personal information provided.</p>');         $r->print('<p>No personal information provided.</p>');
     }      }
       if ($ENV{'request.course.id'}) {
    if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) {
               $r->print('<hr /><h3>User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course</h3>Shared by course faculty and staff<br />');
       &Apache::lonmsg::disfacetoface($r,$cnum,$cdom);
               $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));
           }
       }
     $r->print('</body></html>');      $r->print('</body></html>');
     return OK;      return OK;
 }   } 

Removed from v.1.7  
changed lines
  Added in v.1.9


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