Update sip_profile_edit.php
This commit is contained in:
parent
220295b6d7
commit
11b5d4d154
|
|
@ -185,8 +185,8 @@
|
|||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$sip_profiles = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
foreach ($sip_profiles as $key => $row) {
|
||||
$sip_profiles[$key] = array_map("escape", $row);
|
||||
foreach ($sip_profiles as $key => $row) { $sip_profiles[$key] = array_map("escape", $row); }
|
||||
foreach ($sip_profiles as $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