Execute the sql query
This commit is contained in:
@@ -379,6 +379,8 @@ include "root.php";
|
|||||||
if ($this->debug) {
|
if ($this->debug) {
|
||||||
echo $sql."<br />";
|
echo $sql."<br />";
|
||||||
}
|
}
|
||||||
|
$db->exec($sql);
|
||||||
|
unset($sql);
|
||||||
|
|
||||||
$sql = "update v_extensions set ";
|
$sql = "update v_extensions set ";
|
||||||
$sql .= "dial_string = '".$this->dial_string."', ";
|
$sql .= "dial_string = '".$this->dial_string."', ";
|
||||||
|
|||||||
Reference in New Issue
Block a user