MDL-17135 fixed whitespace coding style

This commit is contained in:
skodak 2009-10-21 20:03:05 +00:00
parent 1b92e90218
commit bb5b86a9c1

View File

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