Update dialplan.php

This commit is contained in:
FusionPBX
2016-09-29 17:24:29 -06:00
committed by GitHub
parent 7f03caca49
commit 4363a4eae1

View File

@@ -915,7 +915,6 @@ include "root.php";
//$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
//print_r($result);
unset($prep_statement);
//echo $sql."<br />\n";
$this->db->query($sql);
unset($sql);
}