--- loncom/lonnet/perl/lonnet.pm 2007/04/03 17:51:50 1.858 +++ loncom/lonnet/perl/lonnet.pm 2007/04/03 18:16:57 1.859 @@ -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 @@ passed in @what from the requested user' =item * X -B: 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: 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