[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
raeburn
raeburn at source.lon-capa.org
Wed Apr 3 16:46:55 EDT 2013
raeburn Wed Apr 3 20:46:55 2013 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- Missing line break.
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.281 loncom/auth/lonroles.pm:1.282
--- loncom/auth/lonroles.pm:1.281 Fri Jan 4 04:03:03 2013
+++ loncom/auth/lonroles.pm Wed Apr 3 20:46:55 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.281 2013/01/04 04:03:03 raeburn Exp $
+# $Id: lonroles.pm,v 1.282 2013/04/03 20:46:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2545,7 +2545,8 @@
my ($item,$update,$refresh,$now) = @_;
my ($where,$trolecode,$role,$tstatus,$tend,$tstart,$twhere,
$trole,$tremark);
- &Apache::lonnet::role_status('user.role.'.$item,$update,$refresh, $now,\$role,\$where, \$trolecode,
+ &Apache::lonnet::role_status('user.role.'.$item,$update,$refresh,
+ $now,\$role,\$where,\$trolecode,
\$tstatus,\$tstart,\$tend);
if ($role =~ /^cr\//) {
my ($rdummy,$rdomain,$rauthor,$rrole)=split(/\//,$role);
More information about the LON-CAPA-cvs
mailing list