version 1.264, 2021/04/29 16:18:58
|
version 1.265, 2021/11/30 15:55:37
|
Line 2769 sub handler {
|
Line 2769 sub handler {
|
} |
} |
$r->rflush(); |
$r->rflush(); |
# Check if access to portfolio is blocked by one or more blocking events in courses. |
# Check if access to portfolio is blocked by one or more blocking events in courses. |
|
my $clientip = &Apache::lonnet::get_requestor_ip($r); |
my ($blocked,$blocktext) = |
my ($blocked,$blocktext) = |
&Apache::loncommon::blocking_status('port',$uname,$udom); |
&Apache::loncommon::blocking_status('port',$clientip,$uname,$udom); |
if ($blocked) { |
if ($blocked) { |
my $evade_block; |
my $evade_block; |
# If portfolio display is in a window popped up from a "Select Portfolio Files" |
# If portfolio display is in a window popped up from a "Select Portfolio Files" |