|
@@ -21,11 +21,11 @@ |
|
|
block discarded – undo |
|
21
|
21
|
$settings->add(new admin_setting_heading('local_relationship/settings', get_string('massassign', 'local_relationship'), get_string('massassign_desc', 'local_relationship'))); |
|
22
|
22
|
|
|
23
|
23
|
$optionsauthtype = array(); |
|
24
|
|
- foreach(get_enabled_auth_plugins(false) as $opt){ |
|
|
24
|
+ foreach (get_enabled_auth_plugins(false) as $opt) { |
|
25
|
25
|
$optionsauthtype[$opt] = $opt; |
|
26
|
26
|
} |
|
27
|
27
|
$settings->add(new admin_setting_configselect('local_relationship/authtype', get_string('authtype', 'local_relationship'), |
|
28
|
|
- get_string('authtype_desc', 'local_relationship') ,'manual', $optionsauthtype)); |
|
|
28
|
+ get_string('authtype_desc', 'local_relationship'), 'manual', $optionsauthtype)); |
|
29
|
29
|
|
|
30
|
30
|
$options = array(0=>get_string('no'), 1=>get_string('yes')); |
|
31
|
31
|
$setting = new admin_setting_configselect('local_relationship/searchsccp', get_string('searchsccp', 'local_relationship'), |
Please login to merge, or discard this patch.