mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 01:07:50 +00:00
Add php closing tag to get-user-by-name.php example integration code
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user