version 1.139, 2003/09/09 13:32:25
|
version 1.143, 2003/09/17 17:50:49
|
Line 660 sub handler {
|
Line 660 sub handler {
|
# if we are browsing we might not be able to know where we are |
# if we are browsing we might not be able to know where we are |
if ($Apache::lonhomework::browse ne 'F') { |
if ($Apache::lonhomework::browse ne 'F') { |
#should know where we are, so ask |
#should know where we are, so ask |
$request->internal_redirect('/adm/ambiguous'); return; |
if ( $Apache::lonnet::mod_perl_version() == 2 ) { |
|
&Apache::lonnet::cleanenv(); |
|
} |
|
$request->internal_redirect('/adm/ambiguous'); return; |
} |
} |
} |
} |
|
|