[LON-CAPA-cvs] cvs: loncom /enrollment localenroll.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 03 Jan 2008 23:28:33 -0000
raeburn Thu Jan 3 18:28:33 2008 EDT
Modified files:
/loncom/enrollment localenroll.pm
Log:
- # needed for comments.
Index: loncom/enrollment/localenroll.pm
diff -u loncom/enrollment/localenroll.pm:1.28 loncom/enrollment/localenroll.pm:1.29
--- loncom/enrollment/localenroll.pm:1.28 Thu Jan 3 15:42:34 2008
+++ loncom/enrollment/localenroll.pm Thu Jan 3 18:28:33 2008
@@ -1,6 +1,6 @@
# functions to glue school database system into Lon-CAPA for
# automated enrollment
-# $Id: localenroll.pm,v 1.28 2008/01/03 20:42:34 raeburn Exp $
+# $Id: localenroll.pm,v 1.29 2008/01/03 23:28:33 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -428,8 +428,8 @@
# Incoming data: three arguments (+ fourth optional argument)
# (a) $class - institutional class id (coursecode concatanated with section)
# (b) $owner - course owner (2.2 and later username:domain; pre-2.2 username;
- 2.6 and later - comma-separated list of
- username:domain for course owner and co-owners.)
+# 2.6 and later - comma-separated list of
+# username:domain for course owner and co-owners.)
# (c) $dom - domain of course
# (d) $dbh - optional database handle
#