mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
fixed a few spelling problems and standardised stdClass
This commit is contained in:
parent
1c5765dd7a
commit
5924db724d
28 changed files with 151 additions and 151 deletions
|
@ -169,7 +169,7 @@ class mod_workshop_mod_form extends moodleform_mod {
|
|||
$mform->addElement('date_time_selector', 'assessmentend', $label, array('optional' => true));
|
||||
$mform->setAdvanced('assessmentend');
|
||||
|
||||
// Common module settinga, Restrict availability, Activity completion etc. ----
|
||||
// Common module settings, Restrict availability, Activity completion etc. ----
|
||||
$features = array('groups'=>true, 'groupings'=>true, 'groupmembersonly'=>true,
|
||||
'outcomes'=>true, 'gradecat'=>false, 'idnumber'=>false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue