[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 10 Aug 2007 23:02:37 -0000
albertel Fri Aug 10 19:02:37 2007 EDT
Modified files:
/loncom/lonnet/perl lonnet.pm
Log:
- correcting documentation
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.905 loncom/lonnet/perl/lonnet.pm:1.906
--- loncom/lonnet/perl/lonnet.pm:1.905 Fri Aug 10 18:14:54 2007
+++ loncom/lonnet/perl/lonnet.pm Fri Aug 10 19:02:36 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network
# TCP networking package
#
-# $Id: lonnet.pm,v 1.905 2007/08/10 22:14:54 albertel Exp $
+# $Id: lonnet.pm,v 1.906 2007/08/10 23:02:36 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8568,7 +8568,7 @@
get_my_roles($uname,$udom,$context,$types,$roles,$roledoms) :
All arguments are optional. Returns a hash of a roles, either for
co-author/assistant author roles for a user's Construction Space
-(default), or if $context is 'user', roles for the user himself,
+(default), or if $context is 'userroles', roles for the user himself,
In the hash, keys are set to colon-sparated $uname,$udom,and $role,
and value is set to colon-separated start and end times for the role.
If no username and domain are specified, will default to current