[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 03 Apr 2007 18:16:59 -0000
albertel Tue Apr 3 14:16:59 2007 EDT
Modified files:
/loncom/lonnet/perl lonnet.pm
Log:
- style police
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.858 loncom/lonnet/perl/lonnet.pm:1.859
--- loncom/lonnet/perl/lonnet.pm:1.858 Tue Apr 3 13:51:50 2007
+++ loncom/lonnet/perl/lonnet.pm Tue Apr 3 14:16:57 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network
# TCP networking package
#
-# $Id: lonnet.pm,v 1.858 2007/04/03 17:51:50 raeburn Exp $
+# $Id: lonnet.pm,v 1.859 2007/04/03 18:16:57 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8159,7 +8159,13 @@
=item *
X<userlog_query()>
-B<userlog_query($uname,$udom,%filters)>: retrieves data from a user's activity.log file. %filters defines filters applied when parsing the log file. These can be start or end timestamps, or the type of action - log to look for Login or Logout events, check for Checkin or Checkout, role for role selection. The response is in the form timestamp1:hostid1:event1×tamp2:hostid2:event2 where events are escaped strings of the action recorded in the activity.log file.
+B<userlog_query($uname,$udom,%filters)>: retrieves data from a user's
+activity.log file. %filters defines filters applied when parsing the
+log file. These can be start or end timestamps, or the type of action
+- log to look for Login or Logout events, check for Checkin or
+Checkout, role for role selection. The response is in the form
+timestamp1:hostid1:event1×tamp2:hostid2:event2 where events are
+escaped strings of the action recorded in the activity.log file.
=back