mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-17135 fixed whitespace coding style
This commit is contained in:
parent
1b92e90218
commit
bb5b86a9c1
@ -55,8 +55,7 @@ if ($action === 'delete' and confirm_sesskey() and $service and empty($service->
|
||||
$DB->delete_records('external_services_functions', array('externalserviceid'=>$service->id, 'functionname'=>$function->name));
|
||||
redirect($thisurl);
|
||||
|
||||
}
|
||||
else if ($action === 'add') {
|
||||
} else if ($action === 'add') {
|
||||
|
||||
if (optional_param('save', 0, PARAM_ACTION)) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user