--- loncom/interface/lonaboutme.pm 2009/05/18 21:51:26 1.70.4.1 +++ loncom/interface/lonaboutme.pm 2009/12/29 18:30:09 1.70.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.70.4.1 2009/05/18 21:51:26 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.70.4.2 2009/12/29 18:30:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -781,7 +781,7 @@ sub aboutme_access { $cdom = $coursehash{'domain'}; $cnum = $coursehash{'cnum'}; } - if ((&Apache::lonnetallowed('srm',$privcheck)) || + if ((&Apache::lonnet::allowed('srm',$privcheck)) || (&Apache::lonnet::allowed('dff',$privcheck))) { if (&in_course($uname,$udom,$cnum,$cdom)) { return 1;