[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface slotrequest.pm
raeburn
raeburn at source.lon-capa.org
Sat Sep 1 22:22:09 EDT 2018
raeburn Sun Sep 2 02:22:09 2018 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface slotrequest.pm
Log:
- For 2.11
Backport 1.139
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.125.2.4 loncom/interface/slotrequest.pm:1.125.2.5
--- loncom/interface/slotrequest.pm:1.125.2.4 Wed Jun 27 14:26:28 2018
+++ loncom/interface/slotrequest.pm Sun Sep 2 02:22:09 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for requesting to have slots added to a students record
#
-# $Id: slotrequest.pm,v 1.125.2.4 2018/06/27 14:26:28 raeburn Exp $
+# $Id: slotrequest.pm,v 1.125.2.5 2018/09/02 02:22:09 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -744,10 +744,10 @@
action => 'release',
context => $env{'form.context'},
);
- &Apache::lonnet::write_log('slotreservationslog',\%storehash,
- 1,$uname,$udom,$cnum,$cdom);
- &Apache::lonnet::write_log($cdom.'_'.$cnum.'_slotlog',\%storehash,
- 1,$uname,$udom,$uname,$udom);
+ &Apache::lonnet::write_log('course','slotreservationslog',
+ \%storehash,1,$uname,$udom,$cnum,$cdom);
+ &Apache::lonnet::write_log('course',$cdom.'_'.$cnum.'_slotlog',
+ \%storehash,1,$uname,$udom,$uname,$udom);
}
}
More information about the LON-CAPA-cvs
mailing list