Skip to content

Commit

Permalink
MDL-17135 fixed whitespace coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Oct 21, 2009
1 parent 1b92e90 commit bb5b86a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/webservice/service_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
$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)) {

Expand Down

0 comments on commit bb5b86a

Please sign in to comment.