Escape the $ in the domain_uuid variable.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
$apps[$x]['destinations'][$y]['label'] = "recordings";
|
||||
$apps[$x]['destinations'][$y]['name'] = "recordings";
|
||||
$apps[$x]['destinations'][$y]['sql'] = "select recording_uuid as uuid, recording_name as name, recording_filename as destination, recording_description as description from v_recordings";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '${domain_uuid}' ";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "recording_name asc";
|
||||
$apps[$x]['destinations'][$y]['field']['uuid'] = "recording_uuid";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "recording_name";
|
||||
|
||||
Reference in New Issue
Block a user