From dabed41d87024aa3b1021a9cb1b108f65c3caeb2 Mon Sep 17 00:00:00 2001 From: norahmollo Date: Wed, 17 Oct 2012 20:02:29 +0000 Subject: [PATCH] CODE STYLE Formating workflow/engine/methods/authSources/authSources_Delete.php Change format files in workflow/engine/methods/authSources/authSources_Delete.php --- workflow/engine/methods/authSources/authSources_Delete.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/engine/methods/authSources/authSources_Delete.php b/workflow/engine/methods/authSources/authSources_Delete.php index 08b439be2..900f3163b 100755 --- a/workflow/engine/methods/authSources/authSources_Delete.php +++ b/workflow/engine/methods/authSources/authSources_Delete.php @@ -28,4 +28,5 @@ if ($RBAC->userCanAccess( 'PM_SETUP_ADVANCE' ) != 1) { die(); } -$RBAC->removeAuthSource( $_POST['AUTH_SOURCE_UID'] ); \ No newline at end of file +$RBAC->removeAuthSource( $_POST['AUTH_SOURCE_UID'] ); +