2
0
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:
Adam Zammit
2014-05-26 12:08:09 +10:00
parent 53a9192d73
commit 17e880190f

View File

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