mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Recordings: Removed 'auto' from Description field on file upload.
This commit is contained in:
@@ -130,7 +130,7 @@ require_once "resources/paging.php";
|
||||
$sql .= "'$recording_uuid', ";
|
||||
$sql .= "'$file', ";
|
||||
$sql .= "'".$a_file[0]."', ";
|
||||
$sql .= "'auto' ";
|
||||
$sql .= "'' ";
|
||||
$sql .= ")";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
|
||||
Reference in New Issue
Block a user