version 1.27, 2007/11/10 03:10:49
|
version 1.28, 2008/01/03 20:42:34
|
Line 427 sub manager_photo_update {
|
Line 427 sub manager_photo_update {
|
# |
# |
# Incoming data: three arguments (+ fourth optional argument) |
# Incoming data: three arguments (+ fourth optional argument) |
# (a) $class - institutional class id (coursecode concatanated with section) |
# (a) $class - institutional class id (coursecode concatanated with section) |
# (b) $owner - course owner (2.2 and later username:domain; pre-2.2 username) |
# (b) $owner - course owner (2.2 and later username:domain; pre-2.2 username; |
# (c) $dom 0 domain of course |
2.6 and later - comma-separated list of |
# (d) $dbh - optional database handle |
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). |
# returns 1 parameter - $sectioncheck ('ok' or other value). |
# Verifies that course owner has access to classlist for specific class |
# Verifies that at least one of the course owner (or co-owners) have access |
# according to institution's SIS. 'ok' if access available |
# to classlist for specific class according to institution's SIS |
|
# 'ok' if access available |
############################### |
############################### |
|
|
sub check_section { |
sub check_section { |