2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Remove references to extension_password as now password in extension table

This commit is contained in:
Adam Zammit
2014-09-17 10:45:53 +10:00
parent 9a48d80eb1
commit 2d42c674f9
3 changed files with 5 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ if (isset($_POST['operator']))
if (FREEPBX_PATH !== false)
{
//add extension
$sql = "INSERT INTO extension (`extension`,`extension_password`,`current_operator_id`)
$sql = "INSERT INTO extension (`extension`,`password`,`current_operator_id`)
VALUES ($extension, $extensionp, $oid)";
$db->Execute($sql);