Update conference_control_edit.php
This commit is contained in:
@@ -71,11 +71,13 @@
|
|||||||
//add the conference_control_uuid
|
//add the conference_control_uuid
|
||||||
if (!is_uuid($_POST["conference_control_uuid"])) {
|
if (!is_uuid($_POST["conference_control_uuid"])) {
|
||||||
$conference_control_uuid = uuid();
|
$conference_control_uuid = uuid();
|
||||||
$_POST["conference_control_uuid"] = $conference_control_uuid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//prepare the array
|
//prepare the array
|
||||||
$array['conference_controls'][] = $_POST;
|
$array['conference_controls'][0]['conference_control_uuid'] = $conference_control_uuid;
|
||||||
|
$array['conference_controls'][0]['control_name'] = $control_name;
|
||||||
|
$array['conference_controls'][0]['control_enabled'] = $control_enabled;
|
||||||
|
$array['conference_controls'][0]['control_description'] = $control_description;
|
||||||
|
|
||||||
//save to the data
|
//save to the data
|
||||||
$database = new database;
|
$database = new database;
|
||||||
|
|||||||
Reference in New Issue
Block a user