version 1.446, 2010/12/11 00:09:52
|
version 1.447, 2010/12/11 14:28:12
|
Line 2791 sub handler {
|
Line 2791 sub handler {
|
} |
} |
|
|
# Store this |
# Store this |
if ($allowed) { |
&Apache::loncommon::store_course_settings($stored_folderpath, |
&Apache::loncommon::store_course_settings($stored_folderpath, |
|
{'pagepath' => 'scalar', |
{'pagepath' => 'scalar', |
'folderpath' => 'scalar'}); |
'folderpath' => 'scalar'}); |
} |
|
|
|
|
|
if ($env{'form.folderpath'}) { |
if ($env{'form.folderpath'}) { |
my (@folderpath)=split('&',$env{'form.folderpath'}); |
my (@folderpath)=split('&',$env{'form.folderpath'}); |