Add php closing tag to get-user-by-name.php example integration code

This commit is contained in:
Justin Clark-Casey
2014-09-05 14:06:55 +01:00
parent 898fbc9bec
commit 9ed3e9c47c
@@ -27,4 +27,6 @@ catch (Exception $e)
$firstName = $params->args['firstName'];
$lastName = $params->args['lastName'];
GetUserAccountByName($USER_ACCOUNTS_SERVICE_URI, $firstName, $lastName, TRUE);
GetUserAccountByName($USER_ACCOUNTS_SERVICE_URI, $firstName, $lastName, TRUE);
?>