fixed a few spelling problems and standardised stdClass

This commit is contained in:
Petr Skoda 2010-09-18 14:18:39 +00:00
parent 1c5765dd7a
commit 5924db724d
28 changed files with 151 additions and 151 deletions

View file

@ -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);