Update phrase_edit.php
This commit is contained in:
parent
ea0823ea4d
commit
61bc654f61
|
|
@ -296,7 +296,7 @@
|
||||||
unset($sql, $parameters);
|
unset($sql, $parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
//get the recording names from the database. Do not select everything otherwise we can pull in large base64 data for no reason
|
//get the recording names from the database.
|
||||||
$sql = "select recording_name, recording_filename from v_recordings ";
|
$sql = "select recording_name, recording_filename from v_recordings ";
|
||||||
$sql .= "where domain_uuid = :domain_uuid ";
|
$sql .= "where domain_uuid = :domain_uuid ";
|
||||||
$sql .= "order by recording_name asc ";
|
$sql .= "order by recording_name asc ";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue