version 1.511, 2012/11/29 20:37:07
|
version 1.512, 2012/11/30 14:46:21
|
Line 3292 sub handler {
|
Line 3292 sub handler {
|
if ($mapurl eq 'default') { |
if ($mapurl eq 'default') { |
$maptitle = 'Main Course Documents'; |
$maptitle = 'Main Course Documents'; |
} |
} |
$path .= ($path ne '')? '&' : ''. |
$path .= (($path ne '')? '&' : ''). |
&Apache::lonhtmlcommon::entity_encode($mapurl).'&'. |
&Apache::lonhtmlcommon::entity_encode($mapurl).'&'. |
&Apache::lonhtmlcommon::entity_encode($maptitle). |
&Apache::lonhtmlcommon::entity_encode($maptitle). |
':'.$mapresobj->randompick(). |
':'.$mapresobj->randompick(). |