Update dialplan.php
This commit is contained in:
parent
7f03caca49
commit
4363a4eae1
|
|
@ -915,7 +915,6 @@ include "root.php";
|
||||||
//$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
//$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||||
//print_r($result);
|
//print_r($result);
|
||||||
unset($prep_statement);
|
unset($prep_statement);
|
||||||
//echo $sql."<br />\n";
|
|
||||||
$this->db->query($sql);
|
$this->db->query($sql);
|
||||||
unset($sql);
|
unset($sql);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue