--- loncom/enrollment/localenroll.pm 2007/11/10 03:10:49 1.27 +++ loncom/enrollment/localenroll.pm 2008/01/03 20:42:34 1.28 @@ -1,6 +1,6 @@ # functions to glue school database system into Lon-CAPA for # automated enrollment -# $Id: localenroll.pm,v 1.27 2007/11/10 03:10:49 raeburn Exp $ +# $Id: localenroll.pm,v 1.28 2008/01/03 20:42:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -427,13 +427,16 @@ sub manager_photo_update { # # 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) -# (c) $dom 0 domain of course -# (d) $dbh - optional database handle +# (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.) +# (c) $dom - domain of course +# (d) $dbh - optional database handle # # returns 1 parameter - $sectioncheck ('ok' or other value). -# Verifies that course owner has access to classlist for specific class -# according to institution's SIS. 'ok' if access available +# Verifies that at least one of the course owner (or co-owners) have access +# to classlist for specific class according to institution's SIS +# 'ok' if access available ############################### sub check_section {