Recordings: Removed 'auto' from Description field on file upload.

This commit is contained in:
Nate Jones 2014-05-05 23:12:55 +00:00
parent 0d47a9cfe0
commit 67a68d24be
1 changed files with 1 additions and 1 deletions

View File

@ -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);