Update sip_profile_edit.php
This commit is contained in:
parent
99afc816ed
commit
d51906a32d
|
|
@ -186,7 +186,7 @@
|
|||
$prep_statement->execute();
|
||||
$sip_profiles = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
foreach ($sip_profiles as $key => $row) {
|
||||
$sip_profiles[$key] = array_map("escape", $row); }
|
||||
$sip_profiles[$key] = array_map("escape", $row);
|
||||
$sip_profile_name = $row["sip_profile_name"];
|
||||
$sip_profile_hostname = $row["sip_profile_hostname"];
|
||||
$sip_profile_enabled = $row["sip_profile_enabled"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue