A few minor changes.

This commit is contained in:
Mark Crane
2015-03-05 12:38:35 +00:00
parent 8170e5188c
commit 2a4f9f6a10
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ else {
$user_uuid = check_str($_POST["user_uuid"]);
//add the user to the group
if (is_uuid($user_uuid) && is_uuid($group_uuid) && strlen($group_name) > 0) {
if (is_uuid($user_uuid) && is_uuid($group_uuid) && strlen($group_name) > 0) {
$sql = "insert into v_group_users ";
$sql .= "(";
$sql .= "group_user_uuid, ";