version 1.1538, 2025/04/02 23:44:03
|
version 1.1539, 2025/06/06 20:36:56
|
Line 15171 sub receipt {
|
Line 15171 sub receipt {
|
} |
} |
|
|
sub whichuser { |
sub whichuser { |
my ($passedsymb)=@_; |
my ($passedsymb,$ignorecachednull)=@_; |
my ($symb,$courseid,$domain,$name,$publicuser); |
my ($symb,$courseid,$domain,$name,$publicuser); |
if (defined($env{'form.grade_symb'})) { |
if (defined($env{'form.grade_symb'})) { |
my ($tmp_courseid)=&get_env_multiple('form.grade_courseid'); |
my ($tmp_courseid)=&get_env_multiple('form.grade_courseid'); |
Line 15194 sub whichuser {
|
Line 15194 sub whichuser {
|
} |
} |
} |
} |
if (!$passedsymb) { |
if (!$passedsymb) { |
$symb=&symbread(); |
$symb=&symbread('','',$ignorecachednull); |
} else { |
} else { |
$symb=$passedsymb; |
$symb=$passedsymb; |
} |
} |