version 1.50, 2000/10/26 10:40:01
|
version 1.51, 2000/10/26 15:29:17
|
Line 514 sub coursedescription {
|
Line 514 sub coursedescription {
|
$returnhash{'url'}='/res/'.declutter($returnhash{'url'}); |
$returnhash{'url'}='/res/'.declutter($returnhash{'url'}); |
$returnhash{'fn'}=$perlvar{'lonDaemons'}.'/tmp/'. |
$returnhash{'fn'}=$perlvar{'lonDaemons'}.'/tmp/'. |
$ENV{'user.name'}.'_'.$cdomain.'_'.$cnum; |
$ENV{'user.name'}.'_'.$cdomain.'_'.$cnum; |
put ('coursedescriptions',%cachehash); |
put ('nohist_coursedescriptions',%cachehash); |
return %returnhash; |
return %returnhash; |
} |
} |
} |
} |