Execute the sql query

This commit is contained in:
Mark Crane 2014-07-29 09:22:06 +00:00
parent b0bbe12d42
commit 62976cbcfe
1 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,8 @@ include "root.php";
if ($this->debug) {
echo $sql."<br />";
}
$db->exec($sql);
unset($sql);
$sql = "update v_extensions set ";
$sql .= "dial_string = '".$this->dial_string."', ";