version 1.20, 2003/04/22 21:00:42
|
version 1.24, 2003/06/16 13:51:46
|
Line 107 $helplink
|
Line 107 $helplink
|
<p> |
<p> |
<b>Map:</b> |
<b>Map:</b> |
<input type="text" size="50" name="topmap"> |
<input type="text" size="50" name="topmap"> |
<a href="javascript:openbrowser('ccrs','topmap')">Browse</a> |
<a href="javascript:openbrowser('ccrs','topmap')">Select Map</a> |
</p><p> |
</p><p> |
<b>Do NOT generate as standard course</b> |
<b>Do NOT generate as standard course</b> |
(only check if you know what you are doing): |
(only check if you know what you are doing): |
Line 240 ENDENHEAD
|
Line 240 ENDENHEAD
|
$envflag=1; |
$envflag=1; |
$cenv{'pch.roles.denied'}='st'; |
$cenv{'pch.roles.denied'}='st'; |
} |
} |
|
|
|
# Record we've not yet viewed the Course Initialization Helper for this course |
|
$cenv{'course.helper.not.run'} = 1; |
|
# |
|
# Use new Randomseed |
|
# |
|
$envflag=1; |
|
$cenv{'rndseed'}=&Apache::lonnet::latest_rnd_algorithm_id();; |
|
|
if ($envflag) { |
if ($envflag) { |
$r->print('Setting environment: '. |
$r->print('Setting environment: '. |
&Apache::lonnet::put('environment',\%cenv,$crsudom,$crsunum).'<br>'); |
&Apache::lonnet::put('environment',\%cenv,$crsudom,$crsunum).'<br>'); |