mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated download voip client script for separated extension / operator tables
This commit is contained in:
@@ -59,8 +59,8 @@ if ($operator_id)
|
||||
{
|
||||
|
||||
$sql = "SELECT *,SUBSTRING_INDEX(extension, '/', -1) as ext
|
||||
FROM operator
|
||||
WHERE operator_id = $operator_id";
|
||||
FROM extension
|
||||
WHERE current_operator_id = $operator_id";
|
||||
|
||||
$rs = $db->GetRow($sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user