Get rid of duplicate columns in ring groups and change some of the wording for 2 comments.

This commit is contained in:
Mark Crane
2013-09-19 12:06:29 +00:00
parent 49dce9c104
commit 7c89922109
2 changed files with 2 additions and 6 deletions

View File

@@ -127,12 +127,12 @@ else {
}
}
//assign the extension to the user
//assign the user
if (strlen($_REQUEST["user_uuid"]) > 0 && strlen($_REQUEST["id"]) > 0 && $_GET["a"] != "delete") {
//set the variables
$user_uuid = check_str($_REQUEST["user_uuid"]);
$extension_uuid = check_str($_REQUEST["id"]);
//assign the user to the extension
//assign the user to the ring group
$sql_insert = "insert into v_ring_group_users ";
$sql_insert .= "(";
$sql_insert .= "ring_group_user_uuid, ";