Prevent overwriting the call block number when updating the number.
This commit is contained in:
@@ -167,7 +167,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||||||
$result = $prep_statement->fetchAll();
|
$result = $prep_statement->fetchAll();
|
||||||
$result_count = count($result);
|
$result_count = count($result);
|
||||||
if ($result_count > 0) {
|
if ($result_count > 0) {
|
||||||
$call_block_number = $result[0]["call_block_number"];
|
//set the domain_name
|
||||||
$domain_name = $result[0]["domain_name"];
|
$domain_name = $result[0]["domain_name"];
|
||||||
|
|
||||||
//clear the cache
|
//clear the cache
|
||||||
|
|||||||
Reference in New Issue
Block a user