Groups: Better DB record management on Group rename and Group Domain change.

This commit is contained in:
Nate Jones
2015-04-01 08:17:51 +00:00
parent 3b117a3d0d
commit 67d19535ee
2 changed files with 123 additions and 13 deletions

View File

@@ -36,6 +36,10 @@ require_once "resources/require.php";
return;
}
//add multi-lingual support
$language = new text;
$text = $language->get();
//get the http value and set as a variable
$group_uuid = check_str($_GET["id"]);